OctaBuild/example/bar.c

5 lines
69 B
C

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