Files
helmetc/logger.h
Олег Бородин 9abd8a5e19 import
2025-10-01 11:21:05 +02:00

9 lines
122 B
C

#ifndef LOGGER_H_QWERTY
#define LOGGER_H_QWERTY
int logger_init(void);
void logger_dprintf(char* message, ...);
#endif