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