Class Summary |
AtExit |
This function registers the specified function to be called without arguments when the program terminates normally. |
AToI |
This function converts the start of the string pointed to by a1 to an int. |
CAlloc |
This function allocates space for a1 objects, with each object taking a2 bytes. |
Exit |
This function causes the program to terminate normally, returning status to the host environment. |
Free |
This function frees memory allocated by either calloc , malloc or realloc . |
GetEnv |
This reads the contents of an environment variable, whose name is given. |
Malloc |
This function allocates an area of memory of size specified in a1. |
QSort |
This function sorts an array of a2 objects, each of which is a3 bytes long, and whose first object is pointed
to by a1 into ascending order. |
Rand |
This function generates a psuedo-random number in the range from 0 to RAND_MAX . |
RandomState |
This holds a thread-specific random number generator. |
ReAlloc |
This function changes the size of a space initially allocated with calloc , malloc , or realloc. |
SRand |
Created by IntelliJ IDEA. |