diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2015-12-05 02:18:36 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2015-12-05 02:18:36 +0000 |
commit | 16c284eca2edbac9c4e427ed98aeff60045aa3ac (patch) | |
tree | b9d1b327ae86eb7d50384c640a6f2eda21a41766 /lib/libc/regex/grot/split.c | |
parent | 8eba7ea3b38d23e06ccf78420fcd8b444bd51118 (diff) |
Notes
Diffstat (limited to 'lib/libc/regex/grot/split.c')
-rw-r--r-- | lib/libc/regex/grot/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index 90739d1a6a664..07ab8f1cdc28c 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$"); /* - split - divide a string into fields, like awk split() - = int split(char *string, char *fields[], int nfields, char *sep); + == int split(char *string, char *fields[], int nfields, char *sep); - fields: list is not NULL-terminated - nfields: number of entries available in fields[] - sep: "" white, "c" single char, "ab" [ab]+ |