cgo-callback/mylib.c

7 lines
63 B
C

#include "mylib.h"
void use_printer(printer_t p)
{
p(14);
}