You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/06 15:12:47 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #1180: libc: Fix IPTR for puts/fputs/scanf

xiaoxiang781216 commented on a change in pull request #1180:
URL: https://github.com/apache/incubator-nuttx/pull/1180#discussion_r436276206



##########
File path: libs/libc/stdio/lib_fputs.c
##########
@@ -60,7 +60,7 @@
  ****************************************************************************/
 
 #if defined(CONFIG_ARCH_ROMGETC)
-int fputs(FAR const char *s, FAR FILE *stream)
+int fputs(FAR const IPTR char *s, FAR FILE *stream)

Review comment:
       @patacongo let's finish this request.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org