mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
sprintf(buffer,"C compiler : %CCVERSION%\n");
|
|
output_string(buffer);
|
|
sprintf(buffer,"libc : %LIBCVERSION%\n");
|
|
output_string(buffer);
|