FDECL, NDECL in outdated

This commit is contained in:
nhmall
2021-01-31 13:40:15 -05:00
parent b851b28cbe
commit 979571e09e
22 changed files with 213 additions and 213 deletions

View File

@@ -55,8 +55,8 @@
*/
#define STRNCMPI
#undef strcmpi
extern int FDECL(strcmpi, (const char *, const char *));
extern int FDECL(strncmpi, (const char *, const char *, size_t));
extern int strcmpi(const char *, const char *);
extern int strncmpi(const char *, const char *, size_t);
#endif
#include <termcap.h>