More info on the
_exit() syscall in C:
Name: |
System call or function: System Call | Links: Online Manual | Course Packet |
| What it does: lets the kernel terminate the process. | ||
What libraries you must include: |
||
Syntax: |
||
Description of arguments: : the status with which we want to exit the program |
||
What type it returns: |
On success: – This function doesn't return anything – | |
| On failure: – This function doesn't return anything – | ||
Quick example: |
||