| MBDyn-1.7.3
    | 
#include "mbconfig.h"#include <stdio.h>#include <string.h>#include <unistd.h>
Go to the source code of this file.
| Functions | |
| static void | ERR (char *const argv[], const char *s, char c) | 
| int | getopt (int argc, char *const argv[], const char *opts) | 
| Variables | |
| int | opterr = 1 | 
| int | optind = 1 | 
| int | optopt | 
| char * | optarg | 
| 
 | static | 
Definition at line 93 of file getopt.c.
References c, ERR(), error(), optarg, and optind.
Referenced by main(), mbdyn_parse_arguments(), IO::Parse(), and test_init().

| char* optarg | 
Definition at line 74 of file getopt.c.
Referenced by getopt(), main(), mbdyn_parse_arguments(), IO::Parse(), and test_init().
| int opterr = 1 | 
Definition at line 71 of file getopt.c.
Referenced by mbdyn_parse_arguments().
| int optind = 1 | 
Definition at line 72 of file getopt.c.
Referenced by getopt(), main(), and mbdyn_parse_arguments().
| int optopt | 
Definition at line 73 of file getopt.c.
Referenced by mbdyn_parse_arguments().