Changeset 930 for trunk/src/emx/include


Ignore:
Timestamp:
Jan 2, 2004, 8:37:04 PM (22 years ago)
Author:
bird
Message:

Obsoleted, made it _emx_ specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/emx/getopt.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r929 r930  
    88#endif
    99
    10 extern char *optarg;       /* argument of current option                    */
    11 extern int optind;         /* index of next argument; default=0: initialize */
    12 extern int opterr;         /* 0=disable error messages; default=1: enable   */
    13 extern int optopt;         /* option character which caused the error       */
    14 extern char *optswchar;    /* characters introducing options; default="-"   */
     10extern char *_emx_optarg;       /* argument of current option                    */
     11extern int _emx_optind;         /* index of next argument; default=0: initialize */
     12extern int _emx_opterr;         /* 0=disable error messages; default=1: enable   */
     13extern int _emx_optopt;         /* option character which caused the error       */
     14extern char *_emx_optswchar;    /* characters introducing options; default="-"   */
    1515
    1616extern enum _optmode
     
    1919  GETOPT_ANY,              /* move non-options to the end                   */
    2020  GETOPT_KEEP              /* return options in order                       */
    21 } optmode;
     21} _emx_optmode;
    2222
    2323
     
    2525   array pointed to. */
    2626
    27 int getopt (int, char **, __const__ char *);
     27int _emx_getopt (int, char **, __const__ char *);
    2828
    2929#if defined (__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.