|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.42, 2005/11/29 03:11:59 | version 1.43, 2006/03/19 02:12:09 | ||
|---|---|---|---|
|
|
||
| int | int | ||
| cgetnext(char **bp, const char * const *db_array) | cgetnext(char **bp, const char * const *db_array) | ||
| { | { | ||
| size_t len; | size_t len = 0; | ||
| int status, done; | int status, done; | ||
| char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE]; | char *cp, *line, *rp, *np, buf[BSIZE], nbuf[BSIZE]; | ||
| size_t dummy; | size_t dummy; |