libhl/include/chad.h

9 lines
117 B
C
Raw Normal View History

2023-08-24 06:25:18 -04:00
#ifndef CHAD_H
#include <stdbool.h>
2023-08-28 15:58:20 -04:00
#define UNUSED(x) ((void)x) /* much like this header */
2023-08-24 06:25:18 -04:00
#define CHAD_H
#endif