mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
5 lines
171 B
C
5 lines
171 B
C
|
printf("Quantum DPP\nQEP %s\nQF %s, QF port %s\n"
|
||
|
"Press ESC to quit...\n",
|
||
|
QEP_getVersion(),
|
||
|
QF_getVersion(), QF_getPortVersion());
|