vm-translator/util.h

3 lines
65 B
C
Raw Normal View History

2020-11-17 12:12:39 -05:00
char* heapstr(const char* str, int len);
2020-11-19 06:10:51 -05:00
int countplaces(int n);