Module linux_api::cstdlib
[−]
[src]
Types and constants defined in the C standard library
Constants
| EXIT_FAILURE |
The value passed to exit(int) on failure |
| EXIT_SUCCESS |
The value passed to exit(int) on success. |