tcc-stupidos/examples/weak_f.c

7 lines
66 B
C
Raw Normal View History

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