Skip to content
Snippets Groups Projects
Commit 6c6e2123 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

bcopy(src, dst) -> memcpy(dst, src)

bcopy is deprecated
memcpy is also more performant since it doesn't have to handle overlap
parent 617597d3
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment