no-OS
iio_example.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __IIO_EXAMPLE_H__
40 #define __IIO_EXAMPLE_H__
41 
42 /******************************************************************************/
43 /************************ Functions Declarations ******************************/
44 /******************************************************************************/
45 int iio_example_main();
46 
47 #endif /* __IIO_EXAMPLE_H__ */
iio_example_main
int iio_example_main()
IIO example main execution.
Definition: iio_example.c:65