somake/example/main_foo.c
2016-08-21 23:34:14 +02:00

9 lines
76 B
C

#include "foo.h"
int main(int argc, char **argv)
{
foo();
return 0;
}