Changeset 588 for trunk/include
- Timestamp:
- Oct 26, 2025, 12:17:47 PM (20 hours ago)
- File:
-
- 1 edited
-
trunk/include/sh_string.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_string.h
r577 r588 107 107 */ 108 108 sh_string * sh_string_replace(const sh_string * s, 109 const int * ovector, int ovecnum,109 const size_t * ovector, int ovecnum, 110 110 const char * replacement, size_t rlen); 111 111
Note:
See TracChangeset
for help on using the changeset viewer.