From 220534453eecc2c07ad710d72268aafd20b83138 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 8 May 2015 23:07:47 -0400 Subject: initial commit --- direntry.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 direntry.h (limited to 'direntry.h') diff --git a/direntry.h b/direntry.h new file mode 100644 index 0000000..bfd4d19 --- /dev/null +++ b/direntry.h @@ -0,0 +1,12 @@ +/* Public domain. */ + +#ifndef DIRENTRY_H +#define DIRENTRY_H + +/* sysdep: +dirent */ + +#include +#include +#define direntry struct dirent + +#endif -- cgit v1.2.3