mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
libs/libc/libc.csv: Add ferror
This commit is contained in:
committed by
Xiang Xiao
parent
c22e8c5427
commit
ead9bf6481
@@ -38,6 +38,7 @@
|
||||
"ether_ntoa","netinet/ether.h","","FAR char *","FAR const struct ether_addr *"
|
||||
"fclose","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||
"fdopen","stdio.h","defined(CONFIG_FILE_STREAM)","FAR FILE *","int","FAR const char *"
|
||||
"ferror","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||
"fflush","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||
"ffs","strings.h","","int","int"
|
||||
"fgetc","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||
|
||||
|
Reference in New Issue
Block a user