aboutsummaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-17 08:22:03 -0800
committerNicholas <nbnoll@eml.cc>2021-11-17 08:22:03 -0800
commitab400c0be5577cab2a66d242183887ebbd61717f (patch)
treef0391a4eab4d84c43692d4113076ea466568dcbd /include/base.h
parent09c0a372823446d4559fc971d9a6128c89420b75 (diff)
checkin
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/base.h b/include/base.h
index 822cc09..3e544e5 100644
--- a/include/base.h
+++ b/include/base.h
@@ -159,6 +159,7 @@ long io·tell(io·Stream *s);
/* basic os helpers */
int os·exists(byte *path, int flag);
+byte *os·dirname(byte *path);
byte *os·basename(byte *path);
int os·sep(void);