summaryrefslogtreecommitdiff
path: root/std/base.toc
diff options
context:
space:
mode:
Diffstat (limited to 'std/base.toc')
-rw-r--r--std/base.toc3
1 files changed, 1 insertions, 2 deletions
diff --git a/std/base.toc b/std/base.toc
index 08c5e53..54d64d6 100644
--- a/std/base.toc
+++ b/std/base.toc
@@ -23,5 +23,4 @@ PLATFORM ::= #builtin("platform");
PLATFORM_IS_UNIX :: bool = PLATFORM == PLATFORM_LINUX || PLATFORM == PLATFORM_OSX || PLATFORM == PLATFORM_FREEBSD
|| PLATFORM == PLATFORM_OPENBSD || PLATFORM == PLATFORM_MISC_UNIX;
-// @TODO: write your own
-memcpy ::= #foreign("memcpy", libc) fn(&void, #C &"const void", #C size_t) &void;
+