lat/include/lib.h

5 lines
66 B
C

#ifndef LIB_H
#define LIB_H
void die(const char *message);
#endif