Changeset 215 for trunk/include
- Timestamp:
- Feb 18, 2009, 7:11:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_string.h
r185 r215 80 80 char ** split_array_ws(char *line, unsigned int * nfields, size_t * lengths); 81 81 82 /* Same as above, but split on [space, tab, comma] 83 */ 84 char ** split_array_list(char *line, unsigned int * nfields, size_t * lengths); 85 82 86 /* Replaces fields in s with 'replacement'. Fields are given 83 87 * in the ordered array ovector, comprising ovecnum pairs
Note:
See TracChangeset
for help on using the changeset viewer.