The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-05-2006
nathan nathan is offline
Supporter
 

Join Date: Jul 2006
Posts: 156
Is this text part of your file?

Code:
[File: hello/hello.c]
If it is, remove it from the file. The first line should be
Code:
#include <stdio.h>
That should work.
Reply With Quote