A few baby steps toward getting closer to the coding standard
This commit is contained in:
parent
aecac67593
commit
02b974859c
File diff suppressed because it is too large
Load Diff
@ -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[])
|
||||
|
Loading…
Reference in New Issue
Block a user