breakhack/src/util.h

9 lines
116 B
C
Raw Normal View History

2017-11-30 21:00:47 +01:00
#ifndef UTIL_H_
#define UTIL_H_
void fatal(char *message);
void *ec_malloc(unsigned int size);
#endif // UTIL_H_