/* Copyright 2016 Alex 'AdUser' Z (ad_user@runbox.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef F2B_COMMON_H_ #define F2B_COMMON_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define UNUSED(x) (void)(x) #define FREE(x) free(x), x = NULL #endif /* F2B_COMMON_H_ */