diff options
Diffstat (limited to '')
-rw-r--r-- | signfs/others.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/signfs/others.h b/signfs/others.h new file mode 100644 index 0000000..25d9c2c --- /dev/null +++ b/signfs/others.h @@ -0,0 +1,11 @@ +#include <sys/stat.h> +#include <sys/types.h> +#define BUFFLEN 256 + + +char *right(mode_t mode); +char *dirname(char *); +char *basename(char *); +int error(char *,...); +int fatal_error(char *,...); +int pferror(char *,...); |