/* WARNING: This file was generated by dkct. Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: test-dk4time08.ctr */ /** @file test-dk4time08.c The test-dk4time08 module. */ #line 1 "test-dk4time08.ctr" #include #include "dk4time08.h" int main(int argc, char *argv[]) { char buffer[64]; int res; res = dk4time_to_text_c8( buffer, sizeof(buffer), DK4_TIMEFORMAT_DATE_GERMAN, 2015, 1, 25, 14, 10, 35, NULL ); if (0 != res) { fputs(buffer, stdout); fputc('\n', stdout); } return 0; }