tinycc/examples/weak_f.c
2010-02-27 17:37:59 +01:00

7 lines
66 B
C

#include <tcclib.h>
void weak_f (void)
{
printf("Weak\n");
}