Skip to content

memcpy/strcpy implementation with efficiency, safety and security

Notifications You must be signed in to change notification settings

engr-m-ayoub/copyNBytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

copyNBytes

memcpy/strcpy implementation with efficiency, safety and security

a function that copies n Bytes from the source object to the destination object.

Requirements:

● Don’t use system calls (memcpy)

● Don’t allocate additional memory

● Write it as efficiently as you can, think about performance.

● If the operation fails the application should know the reason.

● Write documentation to this API that explains the function, the IN/OUT parameters and the return value.

● Write tests and unit tests functions that check your API.

About

memcpy/strcpy implementation with efficiency, safety and security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages