[libc-commits] [PATCH] D77626: [libc] Add very basic stdio FILE and fwrite

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 14 01:33:36 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG99aea5792841: [libc] Add very basic stdio FILE and fwrite (authored by abrachet).
Herald added a project: libc-project.

Changed prior to commit:
  https://reviews.llvm.org/D77626?vs=257220&id=257229#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77626/new/

https://reviews.llvm.org/D77626

Files:
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/stdio.h.def
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/FILE.h
  libc/src/stdio/fwrite.cpp
  libc/src/stdio/fwrite.h
  libc/test/src/CMakeLists.txt
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fwrite_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77626.257229.patch
Type: text/x-patch
Size: 8403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200414/e0b3c598/attachment-0001.bin>


More information about the libc-commits mailing list