|
infix
A JIT-Powered FFI Library for C
|
Header for a simple C library used in the C++ callback example. More...
Go to the source code of this file.
Functions | |
| void | process_data (int *data, int count, void(*callback)(int item, void *user_data), void *user_data) |
Header for a simple C library used in the C++ callback example.
| void process_data | ( | int * | data, |
| int | count, | ||
| void(*)(int item, void *user_data) | callback, | ||
| void * | user_data | ||
| ) |