From 166877cf15f6afa89c9f8a61e267d485868d0ee1 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Thu, 25 Sep 2025 14:17:07 +0300 Subject: +disgrace and rework of ungrateful.h --- src/cyn_file_std.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/cyn_file_std.c (limited to 'src/cyn_file_std.c') diff --git a/src/cyn_file_std.c b/src/cyn_file_std.c new file mode 100644 index 0000000..3106818 --- /dev/null +++ b/src/cyn_file_std.c @@ -0,0 +1,10 @@ + +File_Handle *cyn_file_open(String path, File_Status *status) { + UNUSED(path); + + if (status != NULL) { + *status = CYN_FILE_ERROR; + } + + return NULL; +} -- cgit v1.2.3-70-g09d2