Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
clibrary.h
Go to the documentation of this file.
1 #ifndef CLIBRARY_H
2 #define CLIBRARY_H
3 typedef int (*callback_fcn)(int);
5 #endif
6 
void some_c_func(callback_fcn)
Definition: clibrary.c:5
int(* callback_fcn)(int)
Definition: clibrary.h:3