mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-07 01:00:45 +00:00
SCCS-file: private.h
SCCS-SID: 7.56
This commit is contained in:
committed by
Paul Eggert
parent
514fa06671
commit
cb1b5e292d
@@ -208,6 +208,7 @@ extern char * asctime_r();
|
||||
/*
|
||||
** Private function declarations.
|
||||
*/
|
||||
|
||||
char * icalloc P((int nelem, int elsize));
|
||||
char * icatalloc P((char * old, const char * new));
|
||||
char * icpyalloc P((const char * string));
|
||||
@@ -217,7 +218,6 @@ void icfree P((char * pointer));
|
||||
void ifree P((char * pointer));
|
||||
char * scheck P((const char *string, const char *format));
|
||||
|
||||
|
||||
/*
|
||||
** Finally, some convenience items.
|
||||
*/
|
||||
@@ -239,7 +239,7 @@ char * scheck P((const char *string, const char *format));
|
||||
#endif /* !defined TYPE_SIGNED */
|
||||
|
||||
#ifndef TYPE_INTEGRAL
|
||||
#define TYPE_INTEGRAL(type) (((type) 0.4) == 0)
|
||||
#define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
|
||||
#endif /* !defined TYPE_INTEGRAL */
|
||||
|
||||
#ifndef INT_STRLEN_MAXIMUM
|
||||
|
||||
Reference in New Issue
Block a user