version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_readable_c = | | * static char *rcsid_readable_c = |
* "$Id: readable.c,v 1.19 2005/07/16 21:10:37 akirschbaum Exp $"; | | * "$Id: readable.c,v 1.20 2005/08/12 08:18:59 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
| | |
int | | int |
book_overflow (char *buf1, char *buf2, int booksize) | | book_overflow (const char *buf1, const char *buf2, int booksize) |
{ | | { |
| | |
if (buf_overflow (buf1, buf2, BOOK_BUF - 2) /* 2 less so always room for trailing \n */ | | if (buf_overflow (buf1, buf2, BOOK_BUF - 2) /* 2 less so always room for trailing \n */ |