DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / BlackBox / _FreeBSD_ / Lin / Mod / gen-Libc / custom
1 (*
2 VAR
3 errno*: INTEGER;
4 stdin* ["__stdinp"]: PtrFILE;
5 *)
7 PROCEDURE [ccall] __errno_location* ["__error"] (): PtrVoid;
9 (* POSIX.1 *)
10 PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int;