buse/abuse_example.c

7 lines
60 B
C
Raw Normal View History

2011-09-20 10:31:35 +02:00
#include "abuse.h"
int main()
{
return abuse_main();
}