Changeset 34 for trunk/include/sh_utils.h
- Timestamp:
- May 19, 2006, 8:09:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_utils.h
r22 r34 144 144 /* returns freshly allocated memory, return value should be free'd 145 145 */ 146 char * sh_util_ filename(char * fullpath);146 char * sh_util_dirname(const char * fullpath); 147 147 148 148 /* returns freshly allocated memory, return value should be free'd … … 160 160 /* returns freshly allocated memory, return value should be free'd 161 161 */ 162 char * sh_util_basename(c har * fullpath);162 char * sh_util_basename(const char * fullpath); 163 163 164 164 #endif
Note:
See TracChangeset
for help on using the changeset viewer.