Last modified on Tue Mar 29 21:54:11 PST 1994 by wobber
INTERFACEWe cannot accessHerrno ; FROM Ctypes IMPORT int;
h_errno
directly as a variable, because on some systems
it is a C macro that expands to something more complicated.
<*EXTERNAL "m3_Herrno_Get_h_errno"*> PROCEDURE Get_h_errno(): int; <*EXTERNAL "m3_Herrno_Set_h_errno"*> PROCEDURE Set_h_errno(he: int); END Herrno.