#include "display.h" void callback(long tst) { printf("in callback, tst=%ld\n", tst); }