buse/abuse_example.c

9 lines
119 B
C
Raw Normal View History

#include <stdlib.h>
2011-09-20 10:31:35 +02:00
#include "abuse.h"
int main(int argc, char *argv[])
2011-09-20 10:31:35 +02:00
{
return abuse_main(argc, argv, NULL);
2011-09-20 10:31:35 +02:00
}