big header clean-up
This commit is contained in:
14
proc/alloc.h
Normal file
14
proc/alloc.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef PROCPS_PROC_ALLOC_H
|
||||
#define PROCPS_PROC_ALLOC_H
|
||||
|
||||
#include "procps.h"
|
||||
|
||||
EXTERN_C_BEGIN
|
||||
|
||||
extern void *xrealloc(void *oldp, unsigned int size) MALLOC;
|
||||
extern void *xmalloc(unsigned int size) MALLOC;
|
||||
extern void *xcalloc(void *pointer, int size) MALLOC;
|
||||
|
||||
EXTERN_C_END
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user