infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
clib.h File Reference

Header for a simple C library used in the C++ callback example. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Header for a simple C library used in the C++ callback example.

Function Documentation

◆ process_data()

void process_data ( int *  data,
int  count,
void(*)(int item, void *user_data)  callback,
void *  user_data 
)