Content deleted Content added
transform the function list into a table |
→Overview of functions: some linebreaks |
||
Line 12:
! Description
|-
! rowspan=4 | Terminating <br>a program
| {{anchor|abort}}<code>[http://en.cppreference.com/w/cpp/utility/program/abort abort]</code>
| causes abnormal program termination (without cleaning up)
Line 25:
| registers a function to be called on exit() invocation
|-
! rowspan=2 | Communicating with
| {{anchor|getenv}}<code>[http://en.cppreference.com/w/cpp/utility/program/getenv getenv]</code>
| accesses the list of the environment variables
|