mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -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
|