| 
 | 
| 
 | 
 
 | 
HP C/HP-UX Programmer's Guide: Workstations and Servers > Chapter 6 Migrating C Programs to HP-UX Typedefs | 
 
  | 
 The HP C compiler does not allow combining type specifiers with typedef names. For example: 
 Compilers derived from pcc accept this code, but HP C does not. Change the typedef to include the type specifier: 
 or use a define: 
  | 
|||||||||||||||||||||||||||||||||
  | 
|||||||||||||