README ¶ This is a small example showing libffi's closure API. It basically just creates a callback function and passes it as an argument to another function that invokes the callback. The required C library must be compiled in advance: gcc -shared -o libcallback.so -fPIC callback.c Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.