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/04/01 19:41:46 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #687: tools/nxstyle.c: All Public Function Prototypes in C files

patacongo opened a new pull request #687: tools/nxstyle.c:  All Public Function Prototypes in C files
URL: https://github.com/apache/incubator-nuttx/pull/687
 
 
   Allow "Public Function Prototypes" sections in .c files.  Per the coding standard, all public function prototypes belong in .c files.  However, there are some situations when the public function prototype is needed in a .c file and it shoudld, most correctly, be placed in a "Public Function Prototypes" section.
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] Ouss4 merged pull request #687: tools/nxstyle.c: All Public Function Prototypes in C files

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #687: tools/nxstyle.c:  All Public Function Prototypes in C files
URL: https://github.com/apache/incubator-nuttx/pull/687
 
 
   

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


With regards,
Apache Git Services