caniadd/src/globals.h

8 lines
110 B
C

#ifndef _GLOBALS_H
#define _GLOBALS_H
#include <stdbool.h>
extern bool should_exit;
#endif /* _GLOBALS_H */