compiler-lightning/include/helpers.h

6 lines
86 B
C
Raw Normal View History

2025-02-03 18:35:31 +13:00
#ifndef __HELPERS_H__
#define __HELPERS_H__
char* gen_ident(int indent);
2024-07-21 10:54:12 +12:00
#endif