[libc-commits] [PATCH] D145633: [libc][docs] update list of completed stdio funcs

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 9 10:45:11 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG08df6c78b57c: [libc][docs] update list of completed stdio funcs (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145633

Files:
  libc/docs/stdio.rst


Index: libc/docs/stdio.rst
===================================================================
--- libc/docs/stdio.rst
+++ libc/docs/stdio.rst
@@ -23,10 +23,10 @@
 (owner: michaelrj).
 
 =============  =========
-Function_Name  Available
+Function Name  Available
 =============  =========
-\*printf       WIP
-\*scanf
+\*printf       Mostly
+\*scanf        |check|
 =============  =========
 
 ``FILE`` Access
@@ -37,15 +37,15 @@
 the ``FILE`` object is only available on linux.
 
 =============  =========
-Function_Name  Available
+Function Name  Available
 =============  =========
 fopen          |check|
 freopen
 fclose         |check|
 fflush         |check|
-setbuf
-setvbuf
-ftell
+setbuf         |check|
+setvbuf        |check|
+ftell          |check|
 fgetpos
 fseek          |check|
 fsetpos
@@ -79,15 +79,15 @@
 therefor being impossible to use safely.
 
 =============  =========
-Function_Name  Available
+Function Name  Available
 =============  =========
-(f)getc
-fgets
+(f)getc        |check|
+fgets          |check|
 getchar
 fread          |check|
-(f)putc
+(f)putc        |check|
 (f)puts        |check|
-putchar
+putchar        |check|
 fwrite         |check|
-ungetc
+ungetc         |check|
 =============  =========


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145633.503848.patch
Type: text/x-patch
Size: 1242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230309/a77a0f8a/attachment.bin>


More information about the libc-commits mailing list