Eggert mods

SCCS-file: private.h
SCCS-SID: 7.45
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:26 -04:00
committed by Paul Eggert
parent 01d6f7bab9
commit 9b88400c87
+13
View File
@@ -172,6 +172,19 @@ extern int unlink P((const char * filename));
extern int errno;
#endif /* !defined errno */
/*
** Private function declarations.
*/
char * icalloc P((int nelem, int elsize));
char * icatalloc P((char * old, const char * new));
char * icpyalloc P((const char * string));
char * imalloc P((int n));
void * irealloc P((void * pointer, int size));
void icfree P((char * pointer));
void ifree P((char * pointer));
char * scheck P((const char *string, char *format));
/*
** Finally, some convenience items.
*/