Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct fileDir {
- char *src;
- char *dst;
- char *op;
- };
- typedef struct fileDir fileDir;
- /* FUNCTIONS */
- void process(struct fileDir d);
- char *getTime(const char *s, char *n);
- struct fileDir cli(int argc, char *argv[]);
- void help();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement