1
0
mirror of https://github.com/simh/simh.git synced 2026-02-03 23:23:55 +00:00

SCP: Fix compile errors in recent commits

This commit is contained in:
Mark Pizzolato
2021-01-13 05:12:30 -08:00
parent f1b7dc9d21
commit e9d774908e
2 changed files with 3 additions and 2 deletions

View File

@@ -171,6 +171,7 @@ size_t sim_strlcpy (char *dst, const char *src, size_t size);
#ifndef strcasecmp
#define strcasecmp(str1, str2) sim_strcasecmp ((str1), (str2))
#endif
int sim_strwhitecasecmp (const char *string1, const char *string2, t_bool casecmp);
#ifdef __cplusplus