mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03:00
7 lines
66 B
C
7 lines
66 B
C
#include <tcclib.h>
|
|
|
|
void weak_f (void)
|
|
{
|
|
printf("Weak\n");
|
|
}
|