OctaBuild/example/foo.c
2015-08-15 01:21:20 +01:00

5 lines
69 B
C

#include "foo.h"
#include <stdio.h>
void foo() { printf("hai\n"); }