libs/libc/libc.csv: Add feof

This commit is contained in:
YAMAMOTO Takashi
2022-01-27 19:41:21 +09:00
committed by Xiang Xiao
parent 82fdba5258
commit 794df92fc9

View File

@@ -48,6 +48,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 *"
"feof","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
"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"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
48 ether_ntoa netinet/ether.h FAR char *
49 fclose stdio.h defined(CONFIG_FILE_STREAM) int
50 fdopen stdio.h defined(CONFIG_FILE_STREAM) FAR FILE *
51 feof stdio.h defined(CONFIG_FILE_STREAM) int
52 ferror stdio.h defined(CONFIG_FILE_STREAM) int
53 fflush stdio.h defined(CONFIG_FILE_STREAM) int
54 ffs strings.h int