stack(3pub) debian man page | unix.com

Man Page: stack

Operating Environment: debian

Section: 3pub

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

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(3pub)
Related Man Pages
fnqualify(3pub) - debian
memshuffle(3pub) - debian
stack_put(9) - debian
stack_sbuf_print(9) - debian
stack_zero(9) - debian
Similar Topics in the Unix Linux Community
help required - stack trace
How to identify maximum stack size?
Discuss Question 197: A device operating at Layer 4 of the OSI protocol stack is called a?
Your Favorite Tech Support Web Sites and Why?
Saltstack commands inside bash scripts don’t work