mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 13:55:18 +08:00
libs/libc/libc.csv: Add feof
This commit is contained in:
committed by
Xiang Xiao
parent
82fdba5258
commit
794df92fc9
@@ -48,6 +48,7 @@
|
|||||||
"ether_ntoa","netinet/ether.h","","FAR char *","FAR const struct ether_addr *"
|
"ether_ntoa","netinet/ether.h","","FAR char *","FAR const struct ether_addr *"
|
||||||
"fclose","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
"fclose","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||||
"fdopen","stdio.h","defined(CONFIG_FILE_STREAM)","FAR FILE *","int","FAR const char *"
|
"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 *"
|
"ferror","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||||
"fflush","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
"fflush","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR FILE *"
|
||||||
"ffs","strings.h","","int","int"
|
"ffs","strings.h","","int","int"
|
||||||
|
|||||||
|
Reference in New Issue
Block a user