Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX System Administrator's Guide: Overview: HP-UX 11i Version 3 > Preface

Function Synopsis and Syntax

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

HP-UX functions are described in a definition format rather than a usage format. The definition format includes typing information that is omitted when the function call is actually included in a program.

The general definition form is:

type func ( type param[, type param]...);

For example:

int setuname ( const char *name , size_t namelen);

The usage form is:

func ( param[, param]...);

For example:

setuname ( name[, namelen]...);

The function syntax elements are the same as for commands, except for the options.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2008 Hewlett-Packard Development Company, L.P.