Initialize object-stack
// allocate memory Q_OBSTACK *obstack = qObstackInit(); qObstackFree(obstack);
Definition at line 130 of file qObstack.c.