FPPS4/sys/errno.pas

15 lines
128 B
Plaintext

unit errno;
{$mode ObjFPC}{$H+}
{$CALLING SysV_ABI_CDecl}
interface
{$I sce_errno.inc}
{$I errno.inc}
implementation
end.