stack man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

STACK(3)		     C Programmer's Manual		      STACK(3)

NAME
       stack_create,  stack_destroy,  stack_pop,  stack_is_empty,  stack_copy,
       stack_push - manipulate stacks

SYNOPSIS
       #include <stack.h>
       Stack *stack_create(void);
       void stack_destroy(Stack *);
       void *stack_pop(Stack *);
       int stack_is_empty(Stack *);
       Stack *stack_copy(Stack *);
       int stack_push(Stack *, void *data, size_t bytes);

DESCRIPTION
       These functions operate on stacks.  This manual page is shortish.

SEE ALSO
       publib(3)

AUTHOR
       Lars Wirzenius (lars.wirzenius@helsinki.fi)

Publib			     C Programmer's Manual		      STACK(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net