|
|
| version 1.2, 2013/05/30 09:07:33 | version 1.2.22.1, 2013/08/23 15:11:36 |
|---|---|
| Line 319 array_Concat(array_t * __restrict dest, array_t * __re | Line 319 array_Concat(array_t * __restrict dest, array_t * __re |
| /* | /* |
| * array_Copy() Copy source array to destination array | * array_Copy() Copy source array to destination array |
| * | * |
| * @dest = Destination array, after use free with io_arrayDestroy() | * @dest = Destination array, after use free with array_Destroy() |
| * @src = Source array | * @src = Source array |
| * return: -1 error; >0 count of destination array | * return: -1 error; >0 count of destination array |
| */ | */ |
| Line 422 array_Pop(array_t * __restrict arr, void ** __restrict | Line 422 array_Pop(array_t * __restrict arr, void ** __restrict |
| /* | /* |
| * array_Args() Parse and make array from arguments ... (input string will be modified!!! | * array_Args() Parse and make array from arguments ... (input string will be modified!!! |
| * and output array must be free with io_arrayDestroy() after use!) | * and output array must be free with array_Destroy() after use!) |
| * | * |
| * @psArgs = Input arguments line, after execute string is modified!!! | * @psArgs = Input arguments line, after execute string is modified!!! |
| * @nargs = Maximum requested count of arguments from input string psArgs, if 0 all psArgs | * @nargs = Maximum requested count of arguments from input string psArgs, if 0 all psArgs |