69#include <netinet/in.h>
73#define debug_print(fmt, ...) \
74 do { fprintf(stderr, "%s: %d: %s(): " fmt, __FILE__, \
75 __LINE__, __func__, __VA_ARGS__); } while (0)
77#define verbose_print(fmt, ...) \
78 do { printf("%s(): " fmt, __func__, __VA_ARGS__); } while (0)
85void __fenix_init_opt(
int argc,
char **argv);
Definition fenix_opt.hpp:80