git-svn-id: branches/z80@45036 -
@@ -162,6 +162,28 @@ const
{$endif FPC_HAS_FEATURE_SOFTFPU}
{$endif FPUNONE}
+procedure randomize;
+begin
+end;
+
+procedure SysInitStdIO;
+function GetProcessID: SizeUInt;
+ GetProcessID:=0;
+function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
+ result := stklen;
+procedure system_exit;
{$else FULL_RTL}
{$I z80.inc}
{$endif FULL_RTL}