io: directory: implement temporary directories and delete-on-close

This commit is contained in:
2025-08-09 19:40:11 +01:00
parent 655d8b1881
commit 8bdb770ae5
5 changed files with 127 additions and 22 deletions

8
io/sys/darwin/misc.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _IO_DARWIN_MISC_H_
#define _IO_DARWIN_MISC_H_
#include <stddef.h>
extern void z__b_io_generate_tmp_filename(char *out, size_t len);
#endif