summaryrefslogtreecommitdiff
path: root/support/dktools/test-deldirwc.c
blob: 81b04baa0dc6920e2f12032381e5068fb47a9bf3 (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
/*
	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-deldirwc.ctr
*/

/**	@file test-deldirwc.c The test-deldirwc module.
*/


#line 1 "test-deldirwc.ctr"

#include "dk4conf.h"

#include <stdio.h>

#include "dk4deldirwc.h"


int main(void)
{
  int		 exval	= 1;
  if (0 != dk4delete_directory_wc(L".\\%SystemDrive%", NULL)) {
    exval = 0;
  }
  return exval;
}