reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/stdio.h
  823 struct obstack;			/* See <obstack.h>.  */

References

usr/include/obstack.h
  184 extern void _obstack_newchunk (struct obstack *, int);
  185 extern int _obstack_begin (struct obstack *, int, int,
  187 extern int _obstack_begin_1 (struct obstack *, int, int,
  190 extern int _obstack_memory_used (struct obstack *) __attribute_pure__;
  197 extern void __obstack_free (struct obstack *, void *);
usr/include/stdio.h
  826 extern int obstack_printf (struct obstack *__restrict __obstack,
  829 extern int obstack_vprintf (struct obstack *__restrict __obstack,