compiler-lightning/include/helpers.h
2025-02-03 18:35:31 +13:00

6 lines
No EOL
86 B
C

#ifndef __HELPERS_H__
#define __HELPERS_H__
char* gen_ident(int indent);
#endif