diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-25 14:17:07 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-25 14:17:07 +0300 |
commit | 166877cf15f6afa89c9f8a61e267d485868d0ee1 (patch) | |
tree | 9f080314edc4fb293f91227cdc1c01cfec8d7bae /tests/d/test.c | |
parent | 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 (diff) | |
download | ungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.tar.gz ungrateful-166877cf15f6afa89c9f8a61e267d485868d0ee1.zip |
+disgrace and rework of ungrateful.h
Diffstat (limited to 'tests/d/test.c')
-rw-r--r-- | tests/d/test.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/d/test.c b/tests/d/test.c new file mode 100644 index 0000000..554926c --- /dev/null +++ b/tests/d/test.c @@ -0,0 +1,12 @@ +#include <disgrace.h> + + +int main(void) { + un_alloc_temp_init(UN_KB(4)); + + d_init(); + + cyn_log_write(CYN_LOG_INFO, d_get_hostname_ip(UN_STR("f-tier-games.ru"), un_alloc_temp_get())); + + return 0; +} |