![]() |
|
|
![]() |
![]() |
HP-UX Reference > Preface![]() Typographical Conventions |
|
HP-UX functions are described in a definition format rather than a usage format. The definition format includes type information that is omitted when the function call is actually included in a program. The function syntax elements are the same as for commands, except for the options; see “Command Syntax”. Function General DefinitionThe general definition form is: type func ( type param [ , type param ]... ); For example: int setuname ( const char *name , size_t namelen ); Function UsageThe usage form is: func ( param [ , param ]... ); For example: setuname ( name [ , namelen ]... ); |
|