OctaBuild/example/foo.c

5 lines
69 B
C

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