breakhack/src/util.h

9 lines
116 B
C

#ifndef UTIL_H_
#define UTIL_H_
void fatal(char *message);
void *ec_malloc(unsigned int size);
#endif // UTIL_H_