tinycc/examples/weak_f.c

7 lines
66 B
C
Raw Normal View History

2010-02-28 00:37:59 +08:00
#include <tcclib.h>
void weak_f (void)
{
printf("Weak\n");
}