C PROGRAMMING
System Calls
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Contents
Most standard C libraries depend on a number of subroutine calls for interacting with system services. These are called system calls.
Standard C System Calls
_exit()
Exits a program without cleaning up files.
close()
Closes a file
|
|
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .