aboutsummaryrefslogtreecommitdiff
path: root/tests/d/test.c
blob: a77a759529dda006222205b635daf9340523f458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <disgrace.h>


int main(void) {
    un_init(UN_KB(4));
    d_init();

    String host = UN_STR("f-tier-games.ru");

    cyn_log_write(CYN_LOG_INFO, UN_STR("%s: %s"), host, d_hostname_ip_get(host, un_alloc_temp_get()));

    return 0;
}