| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | #pragma once |
| 1 | #ifndef DAODAN_UTILITY_H | |
| 2 | #define DAODAN_UTILITY_H | |
| 3 | ||
| 5 | – | //#include <stdint.h> |
| 4 | #include "Daodan.h" | |
| 5 | ||
| 8 | – | #ifdef __cplusplus |
| 9 | – | extern "C" |
| 10 | – | #endif |
| 6 | void __cdecl DDrStartupMessage(const char* fmt, ...); | |
| 7 | int64_t ONICALL DDrMachineTime_High(); | |
| 8 | double ONICALL DDrMachineTime_High_Frequency(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |