2024-11-11 15:18:55 +01:00

8 lines
109 B
C

#include <stdio.h>
int BasicX(void)
{
printf("Library '%s' was linked first.\n", BASIC_ID);
return 0;
}