r3/src/str.h
2015-11-17 21:13:38 +08:00

14 lines
156 B
C

#ifndef R3_STR_INTERN_H
#define R3_STR_INTERN_H
#ifdef __cplusplus
extern "C" {
#endif
void print_indent(int level);
#ifdef __cplusplus
}
#endif
#endif