mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
committed by
Alan Carvalho de Assis
parent
eca7059785
commit
f8a809eb5b
+3
-1
@@ -172,7 +172,9 @@ void setbuf(FAR FILE *stream, FAR char *buf);
|
||||
int setvbuf(FAR FILE *stream, FAR char *buffer, int mode, size_t size);
|
||||
int ungetc(int c, FAR FILE *stream);
|
||||
|
||||
/* Operations on the stdout stream, buffers, paths, and the whole printf-family */
|
||||
/* Operations on the stdout stream, buffers, paths,
|
||||
* and the whole printf-family
|
||||
*/
|
||||
|
||||
void perror(FAR const char *s);
|
||||
int printf(FAR const IPTR char *fmt, ...);
|
||||
|
||||
Reference in New Issue
Block a user