lat/include/lib.h

5 lines
66 B
C
Raw Normal View History

2023-04-10 04:58:48 +00:00
#ifndef LIB_H
#define LIB_H
void die(const char *message);
#endif