STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
src
lib
core
include
copy.h
Go to the documentation of this file.
1
2
#ifndef STASIS_COPY_H
3
#define STASIS_COPY_H
4
5
#include <stdio.h>
6
#include <stdlib.h>
7
#include <string.h>
8
#include <dirent.h>
9
#include <errno.h>
10
#include <sys/stat.h>
11
#include <unistd.h>
12
#include "
core.h
"
13
14
#define CT_OWNER 1 << 1
15
#define CT_PERM 1 << 2
16
34
int
copy2
(
const
char
*src,
const
char
*dest,
unsigned
op);
35
36
#endif
// STASIS_COPY_H
copy2
int copy2(const char *src, const char *dest, unsigned op)
core.h
Generated by
1.13.2