xref: /dflybsd-src/contrib/diffutils/lib/allocator.c (revision 02d0b1ce2a4f5e91f8a38d977e6239e4483d4d48)
1 #define _GL_USE_STDLIB_ALLOC 1
2 #include <config.h>
3 #include "allocator.h"
4 #include <stdlib.h>
5 struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };
6