STDPARAM_OPT
while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) {
while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) {
while ((opt = getopt(argc-1, argv, STDPARAM_OPT)) != EOF) {
while ((opt = getopt(argc, argv, STDPARAM_OPT)) != EOF) {