Skip to content
Snippets Groups Projects
Select Git revision
  • e1b3230afec60b33024cb6e6cc4cabf8b16a5089
  • main default protected
2 results

copy.h

Blame
  • copy.h 179 B
    #include <stdio.h>
    #include <stdlib.h>
    #include <fcntl.h>
    #include <unistd.h>
    #include <string.h>
    #include <errno.h>
    
    int copy ( char * src , char * dst , unsigned int buf_size );