• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <event-parse.h>
2 
main()3 int main ()
4 {
5 	tep_load_plugins(NULL);
6 	return 0;
7 }
8