git-svn-id: branches/wasm@48240 -
@@ -32,3 +32,10 @@ begin
InOutRes:=Def;
end;}
+{*****************************************************************************
+ Low Level File Routines
+*****************************************************************************}
+
+function Do_IsDevice(Handle:THandle):boolean;
+begin
+end;
@@ -73,6 +73,34 @@ type
{$I system.inc}
+function GetProcessID: SizeUInt;
+Procedure Randomize;
+Begin
+End;
+procedure System_exit;
+Function ParamCount: Longint;
+function paramstr(l: longint) : string;
+procedure SysInitStdIO;
+function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
{$else FULL_RTL}
procedure fpc_lib_exit; compilerproc;
begin