Changeset d8e3467 in mainline for uspace/lib/c/include/arg_parse.h


Ignore:
Timestamp:
2010-04-18T00:22:35Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9dae191e
Parents:
c39a103
Message:

rename arg_short_long() to arg_parse_short_long() and move it to libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/arg_parse.h

    rc39a103 rd8e3467  
    3838typedef int (*arg_parser)(const char *, int *);
    3939
     40extern int arg_parse_short_long(const char *, const char *, const char *);
    4041extern int arg_parse_int(int, char **, int *, int *, int);
    4142extern int arg_parse_name_int(int, char **, int *, int *, int, arg_parser);
Note: See TracChangeset for help on using the changeset viewer.