AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database

Declaration for 

servent from NetLib:h.netdb

(Struct)
/*
* Structure describing a service entry
*/

struct servent {
char *s_name;               /* Official name of service */
char **s_aliases;           /* Alternative names for service */
int  s_port;                /* Port number to use */
char *s_proto;              /* Protocol to use */
};



Open original source file

See header files's help page


[sh-index] Back to list of manuals