unplugged-system/external/libtracefs/test.c

8 lines
72 B
C

#include <tracefs.h>
int main()
{
tracefs_tracing_dir();
return 0;
}