File: test.c

package info (click to toggle)
libtraceevent 1%3A1.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ansic: 13,141; makefile: 667; sh: 85
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#include <event-parse.h>

int main ()
{
	tep_load_plugins(NULL);
	return 0;
}