6 lines
81 B
C
6 lines
81 B
C
|
#ifndef __HELPERS_H__
|
||
|
#define __HELPERS_H__
|
||
|
|
||
|
char* gen_ident(int indent);
|
||
|
|
||
|
#endif
|