diff --git a/memcpy.md b/memcpy.md index 2ca36f4..8ab87c3 100644 --- a/memcpy.md +++ b/memcpy.md @@ -1,5 +1,5 @@ -# memcpy(dst,src,size) `(desde v0.5.1)` +# memcpy(dst,src,size) Copia `size` bytes desde la posició en "[memòria](memoria)" `dst` a la posició `src`. ### Paràmetres