Implement cp -f

This commit is contained in:
sin
2014-05-05 14:58:14 +01:00
parent c323f6f233
commit 02918a46e8
5 changed files with 15 additions and 4 deletions

1
fs.h
View File

@@ -1,6 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include <stdbool.h>
extern bool cp_fflag;
extern bool cp_rflag;
extern bool rm_fflag;
extern bool rm_rflag;