Знаю глупо, но все же. Вот код моей первой програмы: MAIN() { PRINF("Hello, World \N"); }
Пытаюсь скормить компилятору: $ cc hello.c hello.c:3:8: warning: unknown escape sequence '\N' hello.c:4:3: warning: no newline at end of file /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../crt1.o(.text+0x18): In function `_start': : undefined reference to `main' /tmp/ccCz8UkI.o(.text+0xf): In function `MAIN': : undefined reference to `PRINF' collect2: ld returned 1 exit status
почему так?