/* 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-skip.ctr */ /** @file test-skip.c The test-skip module. */ #line 1 "test-skip.ctr" #include #include const char testline[] = { " Dies ist ein Test." }; int main(void) { const char *text; size_t i; for (i = 0; i < 6; i++) { text = dk4str8_skip(testline, i); printf("%u \"%s\"\n", (unsigned)i, ((NULL != text) ? text : "(NULL)")); } return 0; }