obstack_free

Name

obstack_free -- free an object in the obstack

Synopsis

#include <obstack.h>

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

Description

Free an object in the obstack.