libcfe  0.12.1
some useful C-functions
mv.h
Go to the documentation of this file.
1 #ifndef XMV_H
2 #define XMV_H
3 
16 int mv(const char *file, int file_len, const char *src, int src_len, const char *dest, int dest_len);
17 
18 #endif /* XMV_H */
19 
int mv(const char *file, int file_len, const char *src, int src_len, const char *dest, int dest_len)
Definition: mv.c:13