Updated README: Equal sign not required with `--mode` flag.
[sgk-go] / utils / README
CommitLineData
7eeb782e
AT
1The files getopt.h, getopt.c, getopt1.c are from glibc-2.1.2,
2
3The getopt functions are included because a lot of platforms do not have
4getopt functions for processing long options. Some platforms (VC,MINGW32)
5don't have the getopt function that processes single letter options.
6
7getopt.h was renamed to gg-getopt.h to avoid conflicts with system provided
8getopt.h files.
9
10Function getopt was renamed gg_getopt to avoid conflicts with the system
11provided getopt function.