summaryrefslogtreecommitdiff
path: root/sysinfoc.c.template
blob: 922a5de91bbd26f5fbf19715cd5bdc10e38a08a3 (plain)
1
2
3
4
sprintf(buffer,"C compiler          : %CCVERSION%\n");
output_string(buffer);
sprintf(buffer,"libc                : %LIBCVERSION%\n");
output_string(buffer);