/* 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-dk4exep8.ctr */ /** @file test-dk4exep8.c The test-dk4exep8 module. */ #line 1 "test-dk4exep8.ctr" #include #include "dk4exep8.h" #line 8 "test-dk4exep8.ctr" int main(int argc, char *argv[]) { char buf[256]; dk4_er_t er; #line 15 "test-dk4exep8.ctr" #line 16 "test-dk4exep8.ctr" dk4error_init(&er); if (0 != dk4execpath_c8(buf, sizeof(buf), argv[0], &er)) { printf("%s\n", buf); } else { printf("ERROR: Not found!n"); } #line 23 "test-dk4exep8.ctr" #line 24 "test-dk4exep8.ctr" return 0; }