DEADSOFTWARE

e522bff399be383415deb500cc294e61048c305c
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Mod / gen-Libc / custom
1 VAR
2 (* OpenBSD: stdin, stdout, stderr *)
3 __sF*: ARRAY [untagged] 3 OF FILE; (* OpenBSD 5.2 /usr/include/stdio.h *)
4 (*
5 stdin = SYSTEM.ADR(__sF[0])
6 stdout = SYSTEM.ADR(__sF[1])
7 stderr = SYSTEM.ADR(__sF[2])
8 *)
10 PROCEDURE [ccall] __errno_location* ["__errno"] (): PtrVoid;
12 (* POSIX.1 *)
13 PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int;