On Fri, 4 Jan 2002, Tony Duell wrote:
compiler, and that program doesn't comply with it.
However, if I got errors
compiling this program :
#include<stdio.h>
int main (int argc, char **argv)
{
printf("hello world\n);
exit(0);
}
It might simply mean you missed a closing double-quote....
Sorry, but I couldn't resist.
Doc