mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 11:34:23 +01:00
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
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);
|