1 2 3 4 5 6 7 8
#ifndef __TUNNEL_UTILS_H__ #define __TUNNEL_UTILS_H__ #include <stdbool.h> bool strequal(const char *a, const char *b); #endif