8 lines
78 B
C
8 lines
78 B
C
#include <event-parse.h>
|
|
|
|
int main ()
|
|
{
|
|
tep_load_plugins(NULL);
|
|
return 0;
|
|
}
|