src/cx/string.h

changeset 1040
1ecf4dbbc60c
parent 1001
5c9ec5a0a4ef
child 1043
256ea5a36b5a
equal deleted inserted replaced
1039:ec62453fc8a6 1040:1ecf4dbbc60c
288 cxmutstr *str 288 cxmutstr *str
289 ); 289 );
290 290
291 /** 291 /**
292 * Returns the accumulated length of all specified strings. 292 * Returns the accumulated length of all specified strings.
293 *
294 * If this sum overflows, errno is set to EOVERFLOW.
293 * 295 *
294 * \attention if the count argument is larger than the number of the 296 * \attention if the count argument is larger than the number of the
295 * specified strings, the behavior is undefined. 297 * specified strings, the behavior is undefined.
296 * 298 *
297 * @param count the total number of specified strings 299 * @param count the total number of specified strings

mercurial