unplugged-system/external/libtraceevent/test.c

8 lines
78 B
C

#include <event-parse.h>
int main ()
{
tep_load_plugins(NULL);
return 0;
}