Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7371 in orxonox.OLD for trunk/src/lib/util/helper_functions.h


Ignore:
Timestamp:
Apr 26, 2006, 2:12:45 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: better completion-algos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/helper_functions.h

    r7221 r7371  
    2121
    2222
    23 int           nocase_cmp(const std::string& s1, const std::string& s2);
     23int           nocaseCmp(const std::string& s1, const std::string& s2);
     24int           nocaseCmp(const std::string& s1, const std::string& s2, unsigned int len);
    2425
    2526
Note: See TracChangeset for help on using the changeset viewer.