Your IP : 216.73.216.213


Current Path : /opt/alt/python37/share/doc/alt-python37-Cython/Demos/callback/
Upload File :
Current File : //opt/alt/python37/share/doc/alt-python37-Cython/Demos/callback/cheesefinder.h

typedef void (*cheesefunc)(char *name, void *user_data);
void find_cheeses(cheesefunc user_func, void *user_data);