Change GDB over to GNU General Public License version 2.
[deliverable/binutils-gdb.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.027106 seconds and 4 git commands to generate.