home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
lib
/
getopt.ch
< prev
next >
Wrap
Text File
|
1995-03-23
|
532b
|
40 lines
Changes for GETOPT.C by Andreas Scherer, March 23, 1995.
@x l.30
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@y
#include "andyconfig.h"
@z
@x l.177
my_index (str, chr)
const char *str;
int chr;
@y
my_index (
const char *str,
int chr)
@z
@x l.225
exchange (argv)
char **argv;
@y
exchange (
char **argv)
@z
@x l.672
getopt (argc, argv, optstring)
int argc;
char *const *argv;
const char *optstring;
@y
getopt (
int argc,
char *const *argv,
const char *optstring)
@z