view fixincludes/tests/base/malloc.h @ 74:f26ecf70364b

modify c-decl.c, c-parser.c, c-tree.h and tree.h
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 22 Aug 2011 03:31:39 +0900
parents a06113de4d67
children 04ced10e8804
line wrap: on
line source

/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/malloc.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( SUN_MALLOC_CHECK )
typedef void *	malloc_t;
void	free();
void*	malloc();
void*	calloc();
void*	realloc();
#endif  /* SUN_MALLOC_CHECK */