STDLIB
The stdlib unit contains parts from the C library called stdlib.h/.c.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)