summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-15 10:18:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-15 10:18:11 -0400
commitacf2820efce9893e71700c8892b00f9acceb9477 (patch)
tree04d3a8d6d63dd9defd6ca4ee1738d457af67c57c /include/global.h
parent91a171ff93f10ba185a826257c5b1f2564e59a22 (diff)
sub_8123AF8
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h
index 4604c8cbb..a22f0d817 100644
--- a/include/global.h
+++ b/include/global.h
@@ -14,9 +14,9 @@
#define INCBIN_S8 {0}
#define INCBIN_S16 {0}
#define INCBIN_S32 {0}
-void * memcpy (void *, const void *, size_t);
-void * memset (void *, int, size_t);
-int strcmp (const char *, const char *);
+void *memcpy (void *, const void *, size_t);
+void *memset (void *, int, size_t);
+int strcmp (const char *, const char *);
#endif
// Prevent cross-jump optimization.