Changes in libcfa/src/parseargs.hfa [56e8cb3:e699eb6]
- File:
-
- 1 edited
-
libcfa/src/parseargs.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseargs.hfa
r56e8cb3 re699eb6 39 39 bool parse(const char *, const char * & ); 40 40 bool parse(const char *, unsigned & ); 41 bool parse(const char *, unsigned long & ); 42 bool parse(const char *, unsigned long long & ); 41 bool parse(const char *, size_t & ); 43 42 bool parse(const char *, int & );
Note:
See TracChangeset
for help on using the changeset viewer.