]> Git Repo - binutils.git/blame - gdb/stdlib.h
* cadillac.c, cadillac-patches: Rename to energize.c and
[binutils.git] / gdb / stdlib.h
CommitLineData
dd3b648e
RP
1/* Fake stdlib.h supplying the stuff needed by malloc. */
2
3#ifndef __ONEFILE
4#include <stddef.h>
5#endif
6
7extern void EXFUN(abort, (void));
8extern void EXFUN(free, (PTR));
9extern PTR EXFUN(malloc, (size_t));
10extern PTR EXFUN(realloc, (PTR, size_t));
This page took 0.134621 seconds and 4 git commands to generate.