File: README

package info (click to toggle)
gnugo 3.8-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 17,312 kB
  • ctags: 4,228
  • sloc: ansic: 56,439; perl: 3,771; lisp: 2,789; sh: 730; makefile: 700; python: 682; awk: 113; sed: 22
file content (11 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
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.