summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 26d17a2637..584c146b94 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -548,7 +548,9 @@ struct plugin_api {
548 void* (*memset)(void *dst, int c, size_t length); 548 void* (*memset)(void *dst, int c, size_t length);
549 void* (*memcpy)(void *out, const void *in, size_t n); 549 void* (*memcpy)(void *out, const void *in, size_t n);
550 void* (*memmove)(void *out, const void *in, size_t n); 550 void* (*memmove)(void *out, const void *in, size_t n);
551#ifndef SIMULATOR
551 const unsigned char *_rbctype_; 552 const unsigned char *_rbctype_;
553#endif
552 int (*atoi)(const char *str); 554 int (*atoi)(const char *str);
553 char *(*strchr)(const char *s, int c); 555 char *(*strchr)(const char *s, int c);
554 char *(*strcat)(char *s1, const char *s2); 556 char *(*strcat)(char *s1, const char *s2);