[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
Wed Mar 8 16:40:46 PST 2023


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.503564.patch
Type: text/x-patch
Size: 1242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230309/25011257/attachment.bin>


More information about the libc-commits mailing list