diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-05 02:23:44 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-05 02:23:44 +0000 |
commit | 9e66d95c5d014b6f37a110113c70ddb7781e386b (patch) | |
tree | eba40fdfcca561a7c57ecc410dd90861af535d04 /lib/libc/regex/grot/split.c | |
parent | 06d2ea67281a4f7640db2bee3afad963c8d74cb7 (diff) | |
download | FreeBSD-src-9e66d95c5d014b6f37a110113c70ddb7781e386b.zip FreeBSD-src-9e66d95c5d014b6f37a110113c70ddb7781e386b.tar.gz |
split.ih:
- Create automatically generated include header for split.c
main.c:
- Use function definitions from debug.ih and split.ih instead of externs
Sponsored by: EMC / Isilon Storage Division
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 07ab8f1..c5d5264 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); |