#include <obstack.h> extern int _obstack_begin(struct obstack *, int, int, void *(*) (long), void (*) (void *));
Initialize an obstack for use.