fmd_assert
extern int fmd_assert(const char *, const char *, int);
#define ASSERT(x) ((void)((x) || fmd_assert(#x, __FILE__, __LINE__)))