>But for future reference should errno.h be used in Plan 9 programms or not?
not using plan 9's own libraries (it has neither errno nor errno.h), but APE (ANSI/POSIX) programs should use <errno.h>
>But for future reference should errno.h be used in Plan 9 programms or not?
not using plan 9's own libraries (it has neither errno nor errno.h), but APE (ANSI/POSIX) programs should use <errno.h>