summaryrefslogtreecommitdiff
path: root/support/dktools/test-dk4exep8.c
blob: d5d6c58cb42cda34217ed7a115e141db70c30fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
	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 <stdio.h>

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