Throughout this book, the following highlighting conventions are used. ┌──────────────────────────────────────────────────────────────────────────────┐
│ Table 1. Highlighting Conventions │
├───────────────────────────────────────┬──────────────────────────────────────┤
│ HIGHLIGHTING │ USED TO IDENTIFY │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ CAPITAL LETTERS │ o Directory names │
│ │ o File names │
│ │ o Acronyms │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ Italics │ o Book and diskette titles │
│ │ o Variable names and values │
│ │ o Technical terms when introduced │
│ │ o Words of emphasis │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ "Monospace" │ o Coding examples │
│ │ o Data structures │
│ │ o Function syntax templates │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ null │ In lowercase, this term refers to │
│ │ the ASCII code for zero (0). │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NULL │ In capital letters, this term refers │
│ │ to the constant │
│ │ ((void *) 0) as defined in header │
│ │ file STDIO.H. │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ BOLD │ o Privilege levels │
│ │ o Field names │
└───────────────────────────────────────┴──────────────────────────────────────┘