libs/libc/libc.csv: Add ferror

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 15:25:29 +09:00
committed by Xiang Xiao
parent c22e8c5427
commit ead9bf6481
+1
View File
@@ -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 *"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
38 ether_ntoa netinet/ether.h FAR char *
39 fclose stdio.h defined(CONFIG_FILE_STREAM) int
40 fdopen stdio.h defined(CONFIG_FILE_STREAM) FAR FILE *
41 ferror stdio.h defined(CONFIG_FILE_STREAM) int
42 fflush stdio.h defined(CONFIG_FILE_STREAM) int
43 ffs strings.h int
44 fgetc stdio.h defined(CONFIG_FILE_STREAM) int