diff options
author | default <nobody@localhost> | 2023-02-07 09:25:01 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-07 09:25:01 +0100 |
commit | 67f2d4318d76b305ab98a48ff48b47e2e87126c2 (patch) | |
tree | e8c72fcf2aaf9ff0f8ec59dd07894736d0ab01ac /snac.h | |
parent | 392c5147a396ab166dc04494e59f3f096e25e251 (diff) |
New utility function mkdirx().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ extern int dbglevel; #define L(s) (s) +int mkdirx(const char *pathname); + int valid_status(int status); d_char *tid(int offset); double ftime(void); |