6 lines
284 B
Plaintext
6 lines
284 B
Plaintext
extern const unsigned char SystemsVersionString[];
|
|
extern const double SystemsVersionNumber;
|
|
|
|
const unsigned char SystemsVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Systems PROJECT:Systems-1" "\n";
|
|
const double SystemsVersionNumber __attribute__ ((used)) = (double)1.;
|