Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mavr.sao.ru/hq/sts/linux/book/c_marshall/chapter2_20.html
Дата изменения: Unknown
Дата индексирования: Fri Dec 28 20:19:20 2007
Кодировка:
Common C Compiler Options



Next: Compiler Options Up: Programming in C Previous: References

Common C Compiler Options

Here we list common C Compiler options. They can be tagged on to the compiler directive. Some take an additional argument.

E.g.


     c89 -c -o prog prog.c

The -o option needs an argument, -c does not.



Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994