The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-01-2008
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,354
System calls are subroutines or functions that can be invoked from a C program. The program that invokes one must test the reurn code to see if it worked. If not, the program may display an error. But what message, if any, will be displayed is up to the programmer who wrote the program.
Reply With Quote