compiler-lightning/include/helpers.h

6 lines
81 B
C
Raw Normal View History

2024-07-21 10:54:12 +12:00
#ifndef __HELPERS_H__
#define __HELPERS_H__
char* gen_ident(int indent);
#endif