Convert K&R definitions to ANSI C
This commit is contained in:
parent
787febbd07
commit
a2161ba1b0
45 changed files with 521 additions and 1073 deletions
|
|
@ -31,8 +31,7 @@
|
|||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
void
|
||||
dictdisp(output) char* output;
|
||||
void dictdisp(char * output)
|
||||
{
|
||||
unsigned char buf[BUFSIZ];
|
||||
unsigned char* p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue