Added missing header comments.

This commit is contained in:
2021-08-29 10:07:42 -07:00
parent 882469c5fb
commit d825689344
29 changed files with 184 additions and 73 deletions

View File

@ -113,5 +113,5 @@ int32_t arrayFindString(char **array, int32_t arrayLength, char *value);
* @param count Count of items after start to use. Use -1 to take the remaining.
*/
void arrayRewind(size_t size, void *source, int32_t length, int32_t start,
int32_t end
int32_t count
);