aboutsummaryrefslogtreecommitdiff
path: root/tests/d/test.c
blob: 6e6442b5d5308c7bddb2cedea15ba956b2314864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
}