xref: /dflybsd-src/contrib/diffutils/lib/allocator.c (revision df5c926fc385a9e1161fb6013e2d7dd8e32d0d39)
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