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 |