obstack_free

Name

obstack_free -- free an object in the obstack

Synopsis

#include <obstack.h>

void obstack_free((struct obstack *obstack), void *block);

Description

obstack_free frees an object in the obstack.