update for HEAD-2003050101
[reactos.git] / lib / tgetopt / _wgetopt.c
1 /* $Id$
2 */
3 /*
4  tgetopt -- POSIX-compliant implementation of getopt() with string-type-generic
5  semantics
6
7  This is public domain software
8 */
9
10 #include <wchar.h>
11
12 #define _UNICODE
13 #include "getopt.c"
14
15 /* EOF */