mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 23:35:13 -04:00
11 lines
119 B
C++
11 lines
119 B
C++
#ifndef S_PRINT_H
|
|
#define S_PRINT_H
|
|
|
|
namespace sLib {
|
|
|
|
void printf(const char *msg, ...);
|
|
|
|
} // namespace sLib
|
|
|
|
#endif
|