You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constants/set_SUFR_constants_environment(): use tmpStr*(999)
* constants/set_SUFR_constants_environment(): use tmpStr*(999):
* iso tmpStr*(99)
* to match environment-variable strings
Add SUFR_getopt: command-parameter parsing similar to GlibC's getopt
* Add SUFR_getopt: command-parameter parsing similar to GlibC's getopt:
* function getopt(): parse short command-line options (e.g. -f file.txt)
* function getopt_long(): parse short or long command-line options (e.g. --file file.txt)
* subroutine getopt_help(): print available short options for getopt()
* subroutine getopt_long_help(): print available short and/or long options for getopt_long()