_obstack_begin

Name

_obstack_begin -- initialize an obstack for use

Synopsis

#include <obstack.h>

int _obstack_begin(struct obstack *, int, int, void *(*) (long), void (*) (void *));

Description

_obstack_begin initializes an obstack for use.

Future Directions

Future versions of this specification may not include support for this interface.