Added prototyping stuff

This commit is contained in:
ceriel
1993-11-10 12:09:49 +00:00
parent 80982665a3
commit d28c22adf4
37 changed files with 205 additions and 94 deletions

View File

@@ -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;