|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <netdb.h>#include <arch/rtc.h>#include <kos/dbgio.h>#include <kos/init.h>#include <kos/net.h>#include <kos/thread.h>Macros | |
| #define | NTP_PORT "123" |
| #define | NTP_SERVER "us.pool.ntp.org" |
| #define | NTP_DELTA 2208988800ULL |
| #define | ERR_EXIT() |
Functions | |
| KOS_INIT_FLAGS (INIT_DEFAULT|INIT_NET) | |
| int | main (int argc, char **argv) |
| #define ERR_EXIT | ( | ) |
| #define NTP_DELTA 2208988800ULL |
Referenced by main().
| #define NTP_PORT "123" |
Referenced by main().
| #define NTP_SERVER "us.pool.ntp.org" |
Referenced by main().
| KOS_INIT_FLAGS | ( | INIT_DEFAULT| | INIT_NET | ) |
| int main | ( | int | argc, |
| char ** | argv ) |