From 220534453eecc2c07ad710d72268aafd20b83138 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 8 May 2015 23:07:47 -0400 Subject: initial commit --- open.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 open.h (limited to 'open.h') diff --git a/open.h b/open.h new file mode 100644 index 0000000..9939663 --- /dev/null +++ b/open.h @@ -0,0 +1,12 @@ +/* Public domain. */ + +#ifndef OPEN_H +#define OPEN_H + +extern int open_read(const char *); +extern int open_excl(const char *); +extern int open_append(const char *); +extern int open_trunc(const char *); +extern int open_write(const char *); + +#endif -- cgit v1.2.3