mirror of
https://git.lain.church/emil/libhl.git
synced 2025-05-09 21:26:45 +00:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef CHAD_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
#define UNUSED(x) ((void)x) /* much like this header */
|
|
|
|
#define CHAD_H
|
|
#endif
|