Searched refs:fun_t (Results 1 – 3 of 3) sorted by relevance
20 typedef void (fun_t)(int x); typedef30 fun_t *inc = (fun_t*)dlsym(lib, "inc"); in main()
22 typedef void (fun_t)(int*, int); typedef32 fun_t *inc2 = (fun_t*)dlsym(lib, "inc2"); in main()
45 typedef int *(fun_t)(); typedef56 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var"); in main()