diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-28 17:53:03 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-28 17:53:03 +0000 |
commit | 30751aece04ba8954513bbb7aca996244e6fa684 (patch) | |
tree | c40dfac95dd3c0766656324c45465f0375061b5d /tests/cyn/file.c | |
parent | 3ad95773ae4f963435003c260278177f1e22577e (diff) | |
download | ungrateful-30751aece04ba8954513bbb7aca996244e6fa684.tar.gz ungrateful-30751aece04ba8954513bbb7aca996244e6fa684.zip |
changes
Diffstat (limited to 'tests/cyn/file.c')
-rw-r--r-- | tests/cyn/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cyn/file.c b/tests/cyn/file.c index 7767f7a..a847c1d 100644 --- a/tests/cyn/file.c +++ b/tests/cyn/file.c @@ -1,6 +1,7 @@ #include <cynic.h> int main(void) { + un_init(UN_KB(4)); // 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")); } |