Files
ss/include/s/s_Print.h
T
2025-08-20 20:55:56 +02:00

11 lines
119 B
C++

#ifndef S_PRINT_H
#define S_PRINT_H
namespace sLib {
void printf(const char *msg, ...);
} // namespace sLib
#endif