aboutsummaryrefslogtreecommitdiff
path: root/crealpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'crealpath.h')
-rw-r--r--crealpath.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/crealpath.h b/crealpath.h
new file mode 100644
index 0000000..8a178c4
--- /dev/null
+++ b/crealpath.h
@@ -0,0 +1,8 @@
+#ifndef CREALPATH_H
+#define CREALPATH_H
+
+/* Custom implementation of a GNU's realpath(1)-like function that
+ * does not require GNU extensions. */
+char *crealpath(const char *path);
+
+#endif