[sgk-go] / utils /
drwxr-xr-x   ..
-rw-r--r-- 143 CMakeLists.txt
-rw-r--r-- 279 Makefile.am
-rw-r--r-- 12585 Makefile.in
-rw-r--r-- 473 README
-rw-r--r-- 30264 getopt.c
-rw-r--r-- 4556 getopt1.c
-rw-r--r-- 5927 gg-getopt.h
-rw-r--r-- 13798 gg_utils.c
-rw-r--r-- 3238 gg_utils.h
-rw-r--r-- 5331 random.c
-rw-r--r-- 3703 random.h
-rw-r--r-- 3941 utils.dsp
-rw-r--r-- 5474 winsocket.c
-rw-r--r-- 3320 winsocket.h
The files getopt.h, getopt.c, getopt1.c are from glibc-2.1.2,

The getopt functions are included because a lot of platforms do not have
getopt functions for processing long options.  Some platforms (VC,MINGW32)
don't have the getopt function that processes single letter options.

getopt.h was renamed to gg-getopt.h to avoid conflicts with system provided
getopt.h files.

Function getopt was renamed gg_getopt to avoid conflicts with the system
provided getopt function.