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
|