obstack.h: add obstack_printf declaration.
This commit is contained in:
parent
af9e73f7f2
commit
d0493f4726
1 changed files with 3 additions and 0 deletions
|
@ -211,6 +211,9 @@ extern int _obstack_begin_1 (struct obstack *,
|
||||||
extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
|
extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
|
||||||
__attribute_pure__;
|
__attribute_pure__;
|
||||||
|
|
||||||
|
/* Declare obstack_printf; it's in obstack_printf.c. */
|
||||||
|
extern int obstack_printf(struct obstack *obstack, const char *__restrict fmt, ...);
|
||||||
|
|
||||||
|
|
||||||
/* Error handler called when 'obstack_chunk_alloc' failed to allocate
|
/* Error handler called when 'obstack_chunk_alloc' failed to allocate
|
||||||
more memory. This can be set to a user defined function which
|
more memory. This can be set to a user defined function which
|
||||||
|
|
Loading…
Reference in a new issue