We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ccf7d commit c6350d9Copy full SHA for c6350d9
src/util.h
@@ -39,8 +39,8 @@ void laco_report_error(struct LacoState* laco, int status);
39
int laco_is_match(const char** matches, const char* test_string);
40
41
/**
42
- * Takes a line, seperated by spaces, and changes it into an array of the
43
- * words that make up the line. The last value of this array will be NULL.
+ * Break the provided string into an array of strings that are between the
+ * split_with value. The last value of this array will be NULL.
44
*/
45
char** laco_split_by(const char* split_with, char* string);
46
0 commit comments