custom 204 B

12345678910
  1. (*
  2. VAR
  3. errno*: INTEGER;
  4. stdin* ["__stdinp"]: PtrFILE;
  5. *)
  6. PROCEDURE [ccall] __errno_location* ["__error"] (): PtrVoid;
  7. (* POSIX.1 *)
  8. PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int;