libtt: Change to ANSI function definitions
This commit is contained in:
@@ -45,12 +45,7 @@ static char sccsid[] = "@(#)isbsearch.c 1.3 89/07/17 Copyr 1988 Sun Micro";
|
||||
*/
|
||||
|
||||
|
||||
char *_isbsearch (key,table,nelems,keylen,cmpf)
|
||||
char *key;
|
||||
char *table;
|
||||
int nelems;
|
||||
int keylen;
|
||||
int (*cmpf) ();
|
||||
char *_isbsearch (char *key, char *table, int nelems, int keylen, int (*cmpf) ())
|
||||
{
|
||||
register int len,l1,result; /* current length of array to search */
|
||||
register char *p,*low;
|
||||
|
||||
Reference in New Issue
Block a user