llvm-capstone/libc
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
..
AOR_v20.02 [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
cmake/modules [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
config [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
docs [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
fuzzing [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
include [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
lib [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
loader [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
spec [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
src [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
test [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
utils [libc] Remove <functional> dependency in syscall_test.cpp 2020-04-14 03:27:10 -04:00
CMakeLists.txt [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
LICENSE.txt
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.