r3/src/str.h

15 lines
156 B
C
Raw Normal View History

2015-11-17 08:11:12 -05:00
#ifndef R3_STR_INTERN_H
#define R3_STR_INTERN_H
#ifdef __cplusplus
extern "C" {
#endif
void print_indent(int level);
#ifdef __cplusplus
}
#endif
#endif