xiaoxiang781216 commented on a change in pull request #892: URL: https://github.com/apache/incubator-nuttx-apps/pull/892#discussion_r758355948
########## File path: include/system/readline.h ########## @@ -171,6 +171,16 @@ FAR const struct extmatch_vtable_s * * ****************************************************************************/ +ssize_t readline_fd(FAR char *buf, int buflen, int infd, int outfd); + +/**************************************************************************** + * Name: readline + * + * readline() is same as readline_fd() but accept the file stream instead + * of file handle. Review comment: Done. -- 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