blob: 39f7863929c37c4b619eb899928f868e24008237 [file] [log] [blame] [edit]
#include <stdio.h>
int BasicX(void)
{
printf("Library '%s' was linked first.\n", BASIC_ID);
return 0;
}