mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 15:05:19 +00:00
Eggert mods
SCCS-file: private.h SCCS-SID: 7.45
This commit is contained in:
committed by
Paul Eggert
parent
01d6f7bab9
commit
9b88400c87
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user