version 1.4 | version 1.5 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_shstr_c = | * static char *rcsid_shstr_c = | |||
* "$Id: shstr.c,v 1.4 2001/06/11 03:47:53 michtoen Exp $"; | * "$Id: shstr.c,v 1.5 2005/08/12 08:18:59 ryo_saeba Exp $"; | |||
* | * | |||
* shstr.c | * shstr.c | |||
* | * | |||
|
| |||
*/ | */ | |||
int | int | |||
buf_overflow (char *buf1, char *buf2, int bufsize) | buf_overflow (const char *buf1, const char *buf2, int bufsize) | |||
{ | { | |||
int len1 = 0, len2 = 0; | int len1 = 0, len2 = 0; | |||
Legend:
|