6 lines
102 B
C
6 lines
102 B
C
#ifndef UTIL_H
|
|
#define UTIL_H
|
|
char* heapstr(const char* str, int len);
|
|
int countplaces(int n);
|
|
#endif
|