int main() {
printf(¨hello\n¨);
return 0;
}
потом при компилировании жот так:
cc hello.c
hello.c: In function `main':
hello.c:3: error: stray '\302' in program
hello.c:3: error: stray '\250' in program
hello.c:3: error: stray '\' in program
hello.c:3: error: `hello' undeclared (first use in this function)
hello.c:3: error: (Each undeclared identifier is reported only once
hello.c:3: error: for each function it appears in.)
hello.c:3: error: syntax error before "n"
hello.c:3: error: stray '\302' in program
hello.c:3: error: stray '\250' in program
или :
gcc hello.c
hello.c: In function `main':
hello.c:3: error: stray '\302' in program
hello.c:3: error: stray '\250' in program
hello.c:3: error: stray '\' in program
hello.c:3: error: `hello' undeclared (first use in this function)
hello.c:3: error: (Each undeclared identifier is reported only once
hello.c:3: error: for each function it appears in.)
hello.c:3: error: syntax error before "n"
hello.c:3: error: stray '\302' in program
hello.c:3: error: stray '\250' in program
А и в универе на Дебиан все в норме а на ноуте с Сузей 9.3 такая вот трабла ...
П.С. на форуме искал, не чего похожево , плз помогите-подскажите ,..
А и пробовал пересобирать компилатор и доставлять библиотеки - не помогло......