pico-hf-oscillator/debug/logutils.h

7 wiersze
93 B
C

2023-11-26 20:00:47 +00:00
#ifndef LOGUTILS_H_
#define LOGUTILS_H_
void StampPrintf(const char* pformat, ...);
#endif