Various type and cast bits.

This commit is contained in:
nhkeni
2022-03-16 18:18:52 -04:00
parent e51026aee1
commit a64a666f78
12 changed files with 28 additions and 14 deletions

View File

@@ -279,6 +279,8 @@ typedef uchar nhsym;
declaration has been moved out of the '#else' below to avoid getting
a complaint from -Wmissing-prototypes when building with MONITOR_HEAP */
extern char *dupstr(const char *);
/* same, but return strlen(string) */
extern char *dupstr_n(const char *string, unsigned int *lenout);
/*
* MONITOR_HEAP is conditionally used for primitive memory leak debugging.