File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / srclib / allocator.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 09:29:43 2012 UTC (12 years ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_16p0, v1_14p0, v1_14, HEAD
libiconv v1.14

#define _GL_USE_STDLIB_ALLOC 1
#include <config.h>
#include "allocator.h"
#include <stdlib.h>
struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };

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