Changeset 288
- Timestamp:
- Jul 27, 2017, 4:37:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/string.c
r238 r288 147 147 ch = c; 148 148 for (;;) { 149 if (*t == ch) l=t; if (!*t) return (char*)l; ++t; 149 if (*t == ch) 150 l=t; 151 if (!*t) 152 return (char*)l; 153 ++t; 150 154 } 151 155 return (char*)l;
Note: See TracChangeset
for help on using the changeset viewer.