Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/220/2.html
Дата изменения: Thu Mar 23 12:37:53 2000 Дата индексирования: Wed Sep 15 04:08:34 2010 Кодировка: Поисковые слова: asteroid |
The definition of NO_PROC_ID can be fount by, e.g., the following command:
find . -name "*.[ch]" -print | xargs grep NO_PROC_ID | grep #define (assuming you are in the Linux-source-directory). This will show that NO_PROC_ID is defined as follows: #define NO_PROC_ID 0xFF
|