dev/c/malloc_speed_test/xerror.h

7 lines
82 B
C

#ifndef XERROR_H
#define XERROR_H
void fatal(const char *s);
#endif // XERORR_H