xiaoxiang781216 commented on code in PR #14697: URL: https://github.com/apache/nuttx/pull/14697#discussion_r1840095789
########## include/stdio.h: ########## @@ -259,6 +309,8 @@ FAR char *tmpnam(FAR char *s); FAR char *tempnam(FAR const char *dir, FAR const char *pfx) malloc_like; int remove(FAR const char *path); +FAR FILE *lib_get_stdio_stream(int fd); Review Comment: let's move lib_get_stream from nuttx/lib/lib.h to here: ```suggestion FAR FILE *lib_get_stream(int fd); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
