#include "getopt.h"
#include <stdio.h>
Go to the source code of this file.
|  | 
| int | getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) | 
|  | 
| int | getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) | 
|  | 
◆ GETOPT_INTERFACE_VERSION
      
        
          | #define GETOPT_INTERFACE_VERSION   2 | 
      
 
 
◆ NULL
◆ getopt_long()
      
        
          | int getopt_long | ( | int | argc, | 
        
          |  |  | char *const * | argv, | 
        
          |  |  | const char * | options, | 
        
          |  |  | const struct option * | long_options, | 
        
          |  |  | int * | opt_index | 
        
          |  | ) |  |  | 
      
 
 
◆ getopt_long_only()
      
        
          | int getopt_long_only | ( | int | argc, | 
        
          |  |  | char *const * | argv, | 
        
          |  |  | const char * | options, | 
        
          |  |  | const struct option * | long_options, | 
        
          |  |  | int * | opt_index | 
        
          |  | ) |  |  |