acassis commented on PR #8585: URL: https://github.com/apache/nuttx/pull/8585#issuecomment-1437050069
I just noticed that NuttX's printf doesn't support position argument, so this code: printf("%3$c %2$c %1$c\n", 'a', 'b', 'c'); it printed as: %$c %$c %$c -- 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