Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gnulib / import / scratch_buffer.h
1 #ifndef _GL_SCRATCH_BUFFER_H
2 #define _GL_SCRATCH_BUFFER_H
3
4 #include <libc-config.h>
5
6 #define __libc_scratch_buffer_grow gl_scratch_buffer_grow
7 #define __libc_scratch_buffer_grow_preserve gl_scratch_buffer_grow_preserve
8 #define __libc_scratch_buffer_set_array_size gl_scratch_buffer_set_array_size
9 #include <malloc/scratch_buffer.h>
10
11 #endif /* _GL_SCRATCH_BUFFER_H */
This page took 0.029898 seconds and 4 git commands to generate.