00001 /* globals.c - globals needed by libsoi.so, and accessor functions. */ 00002 00003 int soi_errno; 00004 00005 const int GetSOIErrno() 00006 { 00007 return soi_errno; 00008 }