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; }