diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 63b25ddb..8127ece4 100644 --- a/src/library.js +++ b/src/library.js @@ -3587,6 +3587,8 @@ LibraryManager.library = { // string.h // ========================================================================== + // FIXME: memcpy, memmove and memset should all return their destination pointers. + memcpy__inline: function (dest, src, num, idunno) { var ret = ''; #if ASSERTIONS |