cppreference.com > Other Standard C Functions
Other Standard C Functions

Display all entries for Other Standard C Functions on one page, or view entries individually:

abortstops the program
assertstops the program if an expression isn't true
atexitsets a function to be called when the program exits
bsearchperform a binary search
exitstop the program
getenvget enviornment information about a variable
longjmpstart execution at a certain point in the program
qsortperform a quicksort
raisesend a signal to the program
randreturns a pseudorandom number
setjmpset execution to start at a certain point
signalregister a function as a signal handler
srandinitialize the random number generator
systemperform a system call
va_arguse variable length parameter lists