/* $Id$ */ /* tgetopt -- POSIX-compliant implementation of getopt() with string-type-generic semantics This is public domain software */ #include #define _UNICODE #include "getopt.c" /* EOF */