"Sameer" <> writes:
> when i compile my C programs (even 2 line progs) give the warning, no
> new line at end of file.
> What does this mean ?
It means there's no newline at the end of the file. What do you think
it means?
In your text editor, add a newline to the end of the file you're
trying to compile. (Some editors do this automatically; yours
apparently doesn't.)
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.