1 #include "csf.h"
2 #include "csfimpl.h"
3 
4 /* global variable set on the last error condition
5  * Most functions sets this variable in case of an error condition.
6  */
7 int Merrno = NOERROR;
8