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