Create bacnet strnlen and stricmp to avoid libc compiler problems

This commit is contained in:
Steve Karg
2024-07-22 16:22:36 -05:00
parent 3864421ac8
commit 766e0c020d
4 changed files with 49 additions and 38 deletions
+5
View File
@@ -215,6 +215,11 @@ extern "C" {
BACNET_OCTET_STRING * octet_string1,
BACNET_OCTET_STRING * octet_string2);
BACNET_STACK_EXPORT
int bacnet_stricmp(const char *s1, const char *s2);
BACNET_STACK_EXPORT
size_t bacnet_strnlen(const char *s, size_t maxlen);
#ifdef __cplusplus
}
#endif /* __cplusplus */