Highlight things
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
117B

  1. #ifndef CHAD_H
  2. #include <stdbool.h>
  3. #define UNUSED(x) ((void)x) /* much like this header */
  4. #define CHAD_H
  5. #endif