Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/generic_types/evaluation/c-stack.h

    r87c5f40 rd919f47  
    99struct stack new_stack();
    1010
    11 void copy_stack(struct stack* dst, const struct stack* src, void* (*copy)(const void*));
     11void copy_stack(struct stack* dst, struct stack* src, void* (*copy)(void*));
    1212
    13 void clear_stack(struct stack* s, void (*free_el)(void*));
     13void clear_stack(struct stack* s);
    1414
    1515_Bool stack_empty(const struct stack* s);
Note: See TracChangeset for help on using the changeset viewer.