Skip to content

C function for copying data to new on disk destinations

License

enslyy/copy_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C function for copying data to new on disk destinations

works with binary data too !

  1. Opens src file for reading
  2. Opens dest file for writing (overwrites content if the file already exsists)
  3. Copies src file data and writes it inside dest file 4 . closes files descriptors and returns control to the program

About

C function for copying data to new on disk destinations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages