aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone/dhry.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhrystone/dhry.h')
-rw-r--r--dhrystone/dhry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dhrystone/dhry.h b/dhrystone/dhry.h
index bafacc6..41f1495 100644
--- a/dhrystone/dhry.h
+++ b/dhrystone/dhry.h
@@ -383,8 +383,13 @@
/* General definitions: */
+#ifdef USE_MYSTDLIB
+extern char *strcpy(char *dest, const char *src);
+extern int strcmp(const char *s1, const char *s2);
+#else
#include <stdio.h>
/* for strcpy, strcmp */
+#endif
#define Null 0
/* Value of a Null pointer */