Query: stack_copy
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STACK(3pub) C Programmer's Manual STACK(3pub)NAMEstack_create, stack_destroy, stack_pop, stack_is_empty, stack_copy, stack_push - manipulate stacksSYNOPSIS#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);DESCRIPTIONThese functions operate on stacks. This manual page is shortish.SEE ALSOpublib(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STACK(3pub)
| Related Man Pages |
|---|
| fnqualify(3pub) - debian |
| stack(9) - debian |
| stack_create(9) - debian |
| stack_save(9) - debian |
| stack_zero(9) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |