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

5 lines
69 B
C

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