diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2015-12-05 02:23:44 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2015-12-05 02:23:44 +0000 |
commit | e3bc7f4da8b6b8b070f79471abd6d9681a9ed519 (patch) | |
tree | eba40fdfcca561a7c57ecc410dd90861af535d04 /lib/libc/regex/grot/split.c | |
parent | 16c284eca2edbac9c4e427ed98aeff60045aa3ac (diff) |
Notes
Diffstat (limited to 'lib/libc/regex/grot/split.c')
-rw-r--r-- | lib/libc/regex/grot/split.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index 07ab8f1cdc28c..c5d5264ab711d 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include <string.h> +#include "split.ih" + /* - split - divide a string into fields, like awk split() == int split(char *string, char *fields[], int nfields, char *sep); |