File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ fgets
199199fileno
200200fopen
201201fpos_t
202+ fprintf
202203fputc
203204fputs
204205fread
@@ -257,6 +258,7 @@ pclose
257258perror
258259pipe
259260popen
261+ printf
260262ptrdiff_t
261263putchar
262264puts
Original file line number Diff line number Diff line change @@ -319,6 +319,8 @@ extern "C" {
319319 pub fn feof ( stream : * mut FILE ) -> c_int ;
320320 pub fn ferror ( stream : * mut FILE ) -> c_int ;
321321 pub fn perror ( s : * const c_char ) ;
322+ pub fn printf ( format : * const c_char , ...) -> :: c_int ;
323+ pub fn fprintf ( stream : * mut FILE , format : * const c_char , ...) -> :: c_int ;
322324 pub fn atoi ( s : * const c_char ) -> c_int ;
323325 pub fn strtod ( s : * const c_char , endp : * mut * mut c_char ) -> c_double ;
324326 pub fn strtof ( s : * const c_char , endp : * mut * mut c_char ) -> c_float ;
You can’t perform that action at this time.
0 commit comments