mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 15:09:33 +02:00
parent
aca327d787
commit
1e6952264b
@ -63,6 +63,7 @@ Procedure Read (Args : Arguments);
|
||||
Procedure ReadLn (Args : Arguments);
|
||||
Function Seg (Var X) : Longint;
|
||||
Function SizeOf (X : TAnyType) : Longint;
|
||||
Function BitSizeOf (X : TAnyType) : Longint;
|
||||
Procedure Str (Var X : TNumericType; Var S : String);
|
||||
Function Succ (X : TOrdinal) : TOrdinal;
|
||||
Procedure Val (const S : string;Var V;var Code : word);
|
||||
|
Loading…
Reference in New Issue
Block a user