File: getopt.c

package info (click to toggle)
xzip 1%3A1.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: ansic: 17,579; makefile: 244; 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 */