A few baby steps toward getting closer to the coding standard

This commit is contained in:
Gregory Nutt 2014-11-01 18:06:28 -06:00
parent aecac67593
commit 02b974859c
7 changed files with 1786 additions and 1444 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
#undef _POSIX_SOURCE
#define _POSIX_SOURCE 1
#undef _POSIX_C_SOURCE
@ -24,7 +28,9 @@
#include "bas.h"
/*}}}*/
/****************************************************************************
* Public Functions
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
int main(int argc, FAR char *argv[])