save
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#ifndef FILE_H
|
||||
#define FILE_H
|
||||
|
||||
#include "e.h"
|
||||
#include <unistd.h>
|
||||
|
||||
error_t take(const char *dirname);
|
||||
int take(const char *dirname);
|
||||
|
||||
error_t touch(char *, char *, ...);
|
||||
error_t dir(char *, ...);
|
||||
int touch(char *, char *, ...);
|
||||
int dir(char *, ...);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user