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