arrays decay to pointers - also found bug
This commit is contained in:
parent
e8378ddac0
commit
be9a3b4bd5
4 changed files with 50 additions and 10 deletions
|
@ -322,6 +322,7 @@ function memccpy
|
|||
return dest
|
||||
|
||||
; like C, but returns 0
|
||||
; also, you can copy overlapping regions as long as dest < src.
|
||||
function memcpy
|
||||
argument dest
|
||||
argument src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue