xiaoxiang781216 commented on pull request #4829: URL: https://github.com/apache/incubator-nuttx/pull/4829#issuecomment-969095628
Let, the stdio(implicitly accept stdin/stdout/stderr) API work even the general stdio(fopen, fclose) API doesn't exist. This is the practice already used for printf: https://github.com/apache/incubator-nuttx/blob/master/libs/libc/stdio/lib_printf.c#L43-L47 and relate to make nsh work even without FILE related API: https://github.com/apache/incubator-nuttx/pull/4819 https://github.com/apache/incubator-nuttx-apps/pull/892 -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org