OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
getopt.h File Reference

Go to the source code of this file.

Classes

struct  option
 

Macros

#define GETOPT_API
 
#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

__BEGIN_DECLS GETOPT_API int
getopt_long 
__P ((int, char *const *, const char *, const struct option *, int *))
 

Macro Definition Documentation

#define GETOPT_API

Definition at line 43 of file getopt.h.

#define no_argument   0

Definition at line 65 of file getopt.h.

#define optional_argument   2

Definition at line 67 of file getopt.h.

#define required_argument   1

Definition at line 66 of file getopt.h.

Function Documentation

__BEGIN_DECLS GETOPT_API int getopt_long __P ( (int, char *const *, const char *, const struct option *, int *)  )