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