Changeset 821 for soft/giet_vm/applications/rosenfeld/src/str_ext.c
- Timestamp:
- May 6, 2016, 3:06:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/rosenfeld/src/str_ext.c
r777 r821 13 13 #include "nrc_os_config.h" 14 14 15 // -------------------------------------------- 16 void str_remove_ext(const char * src, char* dst)17 // -------------------------------------------- 15 // ---------------------------------------------- 16 void str_remove_ext(const char * src, char * dst) 17 // ---------------------------------------------- 18 18 { 19 19 int len; … … 47 47 dst[len] = '\0'; // do not forget to add null char, otherwise 48 48 } 49 50 49 51 // ------------------- 50 52 int str_len(char * str)
Note: See TracChangeset
for help on using the changeset viewer.