mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
5 lines
111 B
Text
5 lines
111 B
Text
#ifdef PNUT_CC
|
|
a = 0; b = 9; c = 26;
|
|
#else
|
|
sscanf(TCC_VERSION, "%d.%d.%d", &a, &b, &c);
|
|
#endif
|