summaryrefslogtreecommitdiff
path: root/lib/scratch_buffer.h
blob: 4c0db3e53b370b04a44e4a9bafc4794567cf8dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _GL_SCRATCH_BUFFER_H
#define _GL_SCRATCH_BUFFER_H

#include <libc-config.h>

#define __libc_scratch_buffer_grow gl_scratch_buffer_grow
#define __libc_scratch_buffer_grow_preserve gl_scratch_buffer_grow_preserve
#define __libc_scratch_buffer_set_array_size gl_scratch_buffer_set_array_size
#include <malloc/scratch_buffer.h>

#endif /* _GL_SCRATCH_BUFFER_H */

Return to:

Send suggestions and report system problems to the System administrator.