summaryrefslogtreecommitdiff
path: root/sysinfoc.c.example
blob: 7da71ace49d0eec034d72942a6a7dc321f67dc33 (plain)
1
2
3
4
sprintf(buffer,"C compiler          : gcc version 2.7.2.3\n");
output_string(buffer);
sprintf(buffer,"libc                : libc.so.5.4.38\n");
output_string(buffer);