hack-assembler/util.h

6 lines
102 B
C
Raw Normal View History

2020-11-18 17:53:23 -05:00
#ifndef UTIL_H
#define UTIL_H
char* heapstr(const char* str, int len);
int countplaces(int n);
#endif