summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/std.h')
-rw-r--r--teensy/std.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/std.h b/teensy/std.h
index 6b768e7c8d..7003e7be0b 100644
--- a/teensy/std.h
+++ b/teensy/std.h
@@ -13,7 +13,6 @@ void *memset(void *s, int c, size_t n);
int strlen(const char *str);
int strcmp(const char *s1, const char *s2);
int strncmp(const char *s1, const char *s2, size_t n);
-char *strndup(const char *s, size_t n);
char *strcpy(char *dest, const char *src);
char *strcat(char *dest, const char *src);