no-OS
basic_example.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef __BASIC_EXAMPLE_H__
41 #define __BASIC_EXAMPLE_H__
42 
43 /******************************************************************************/
44 /************************ Functions Declarations ******************************/
45 /******************************************************************************/
46 
47 int basic_example_main();
48 
49 #endif /* __BASIC_EXAMPLE_H__ */
basic_example_main
int basic_example_main()
basic example main execution.
Definition: basic_example.c:60