File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / srclib / allocator.c
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 09:29:43 2012 UTC (12 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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 };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>