no-OS
basic_example.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __BASIC_EXAMPLE_H__
34 #define __BASIC_EXAMPLE_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 
40 /******************************************************************************/
41 /************************ Functions Declarations ******************************/
42 /******************************************************************************/
43 int basic_example_main();
44 
45 #endif /* __BASIC_EXAMPLE_H__ */
basic_example_main
int basic_example_main()
basic example main execution.
Definition: basic_example.c:53