io: add linux support

This commit is contained in:
2026-05-02 14:28:52 +01:00
parent cb39baa233
commit 4fcbcfdfb2
10 changed files with 1859 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _IO_DARWIN_MISC_H_
#define _IO_DARWIN_MISC_H_
#include <stddef.h>
extern void z__fx_io_generate_tmp_filename(char *out, size_t len);
#endif