2020-11-18 19:53:23 -03:00

6 lines
102 B
C

#ifndef UTIL_H
#define UTIL_H
char* heapstr(const char* str, int len);
int countplaces(int n);
#endif