Skip to content

a getopt[_long] implementation with GNU semantics, taken from netbsd

Notifications You must be signed in to change notification settings

sabotage-linux/gnu-getopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnu getopt compatibility package for musl

usage:
make; make prefix= DESTDIR= install

then to compile a package, add to
CFLAGS="-Dgetopt=gnu_getopt -Dgetopt_long=gnu_getopt_long -Dgetopt_long_only=gnu_getopt_long_only"
LDFLAGS="-lgnu_getopt"

About

a getopt[_long] implementation with GNU semantics, taken from netbsd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages