The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-28-2008
ThobiasVakayil ThobiasVakayil is offline
Registered User
 

Join Date: May 2006
Posts: 53
add the header file stdio.h in the beginning of the program :
#include <stdio.h>
Reply With Quote