File: getopt.c

package info (click to toggle)
xzip 1%3A1.8.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 656 kB
  • ctags: 1,556
  • sloc: ansic: 11,942; makefile: 171; sh: 11
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#include <stdio.h>
#include <string.h>

/* I don't use getopt() any more, and it's a pain for porting,
so I get rid of it. Ha! --zarf */