Ignore:
Timestamp:
Jul 13, 2015, 3:10:27 PM (9 years ago)
Author:
guerin
Message:

string: implement strlen()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/string.h

    r258 r607  
    1111char * strcpy ( char * destination, const char * source );
    1212int strcmp ( const char * str1, const char * str2 );
     13int strlen ( const char * str );
    1314
    1415#endif
Note: See TracChangeset for help on using the changeset viewer.