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

tp_fourmi

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 );