8 lines
69 B
C
Raw Normal View History

2017-04-10 13:32:00 +02:00
#include <stdio.h>
void
fun (void)
{
printf ("Weak defined\n");
}