aboutsummaryrefslogtreecommitdiff
path: root/tests/cyn/file.c
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-09-25 14:17:07 +0300
committerbonmas14 <bonmas14@gmail.com>2025-09-25 14:17:07 +0300
commit166877cf15f6afa89c9f8a61e267d485868d0ee1 (patch)
tree9f080314edc4fb293f91227cdc1c01cfec8d7bae /tests/cyn/file.c
parent8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (diff)
downloadungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.tar.gz
ungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.zip
+disgrace and rework of ungrateful.h
Diffstat (limited to 'tests/cyn/file.c')
-rw-r--r--tests/cyn/file.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cyn/file.c b/tests/cyn/file.c
new file mode 100644
index 0000000..7767f7a
--- /dev/null
+++ b/tests/cyn/file.c
@@ -0,0 +1,6 @@
+#include <cynic.h>
+
+int main(void) {
+ // cyn_log_write(CYN_LOG_INFO, UN_STR("Size of it is: %l"), sizeof(File_Handle));
+ File_Handle file = cyn_file_open(UN_STR("Ligma.png"));
+}