diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-13 21:21:48 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-13 21:21:48 -0800 |
commit | 5b5ecd0a29f07da181f0b935a0d71c8cb748227f (patch) | |
tree | 11efd2bd4fcfaf2440af7a721afa77abe4d76a86 /src | |
parent | ae80958f6e91af709b354a5f6c1e31951f591436 (diff) |
library comment
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 |