taglinefilesource code
pcxx_error88drivers/char/pcxx.c#define pcxxassert(x, msg)  if(!(x)) pcxx_error(__LINE__, msg)
pcxx_error109drivers/char/pcxx.cstatic void pcxx_error(int, char *);