STDLIB

The stdlib unit contains .

Globals



Functions

atof(S:String):Double
atoi(S:String):SmallInt
atol(S:String):LongInt
calloc(e,s:Longint):Pointer
malloc(s:Longint):Pointer
realloc(p:Pointer;s:Longint):Pointer
rand():smallint

Procedures

free(p:Pointer)