Import upstream version 1.27
[debian/tar] / gnu / allocator.c
1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3 #define _GL_USE_STDLIB_ALLOC 1
4 #include <config.h>
5 #include "allocator.h"
6 #include <stdlib.h>
7 struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };