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
5
sj3err.c
5
sj3err.c
|
|
@ -30,10 +30,7 @@
|
|||
#include <stdio.h>
|
||||
#include "sj3err.h"
|
||||
|
||||
void
|
||||
sj3error(fp, code)
|
||||
FILE* fp;
|
||||
int code;
|
||||
void sj3error(FILE * fp, int code)
|
||||
{
|
||||
unsigned char tmp[BUFSIZ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue