Added prototyping stuff
This commit is contained in:
@@ -3,9 +3,13 @@
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
|
||||
#include "ack_string.h"
|
||||
|
||||
char *
|
||||
strrindex(str, chr)
|
||||
register char *str, chr;
|
||||
register char *str;
|
||||
int chr;
|
||||
{
|
||||
register char *retptr = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user