summaryrefslogtreecommitdiff
path: root/include/s/s_Print.h
blob: 75992fd43118e2f8304de0404237be3a3aa3cba0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef S_PRINT_H
#define S_PRINT_H

namespace sLib {

void printf(const char *msg, ...);

} // namespace sLib

#endif