This patch adds a very basic FILE type and basic fwrite.
It also removes snprintf from StdIO's function spec because VarArgType was causing the generation to fail.
Differential D77626
[libc] Add very basic stdio FILE and fwrite abrachet on Apr 6 2020, 8:37 PM. Authored by
Details This patch adds a very basic FILE type and basic fwrite. It also removes snprintf from StdIO's function spec because VarArgType was causing the generation to fail.
Diff Detail Event TimelineComment Actions I have been busy looking into the ARM math test setup. I will review this before the end of the week. Comment Actions Did a highlevel pass and dropped a couple of questions. Will do a more fine grained review later in the day.
Comment Actions
Comment Actions
Comment Actions Remove fwrite_unlocked from internal header |
I understand all public API deals with FILE*. But, would an empty struct trigger an incorrect optimization in user code somewhere? I have no idea, but just checking since such a thought comes to my mind.