#define FILELINE TEXT(__FILE__) WIDE("(" ) TEXT(STRSYM(__LINE__))WIDE(" : " ))
sack_types.h
a constant text string that represents the current source filename and line... fourmated as "source.c(11) :"
Macros