/* * Some standard helpful macros. * * Written by Russ Allbery * This work is hereby placed in the public domain by its author. */ #ifndef UTIL_MACROS_H #define UTIL_MACROS_H 1 #include #include /* Used for unused parameters to silence gcc warnings. */ #define UNUSED __attribute__((__unused__)) #endif /* UTIL_MACROS_H */