llvm-capstone/libc/include
Alex Brachet 99aea57928 [libc] Add very basic stdio FILE and fwrite
Summary:
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.

Reviewers: sivachandra, PaulkaToast

Reviewed By: sivachandra

Subscribers: mgorny, MaskRay, tschuett, libc-commits

Differential Revision: https://reviews.llvm.org/D77626
2020-04-14 04:02:27 -04:00
..
sys [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
__llvm-libc-common.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
__posix-types.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
assert.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
CMakeLists.txt [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
ctype.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
errno.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
math.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
signal.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
stdio.h.def [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
stdlib.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
string.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
threads.h.def [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00