diff options
Diffstat (limited to 'engines/glk/tads/os_glk.h')
-rw-r--r-- | engines/glk/tads/os_glk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/tads/os_glk.h b/engines/glk/tads/os_glk.h index 7b76876001..ac5090f930 100644 --- a/engines/glk/tads/os_glk.h +++ b/engines/glk/tads/os_glk.h @@ -3217,6 +3217,8 @@ int os_get_sysinfo(int code, void *param, long *result); #define os_remainder_long(a, b) ((a) % (b)) #endif +int memicmp(const char *s1, const char *s2, int len); + } // End of namespace TADS } // End of namespace Glk |