Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78328
Collapse All | Expand All

(-)./tclspice/src/xspice/cmpp/pp_lstn_old.c (-2 / +2 lines)
Lines 51-59 Link Here
51
#include  <ctype.h>
51
#include  <ctype.h>
52
#include  <string.h>
52
#include  <string.h>
53
53
54
extern void	*malloc(size_t size);
55
extern void	*realloc();
54
56
55
void    *malloc(unsigned size);
56
void    *realloc(void *ptr, unsigned size);
57
57
58
/* *********************************************************************** */
58
/* *********************************************************************** */
59
59

Return to bug 78328