mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
10 lines
105 B
C
10 lines
105 B
C
#ifdef Q_SPY
|
|
|
|
QSTimeCtr QS_onGetTime(void) {
|
|
return (QSTimeCtr)clock();
|
|
}
|
|
|
|
. . .
|
|
|
|
#endif /* Q_SPY */
|