Convert K&R definitions to ANSI C
This commit is contained in:
parent
7935e5e7ea
commit
6bea197400
45 changed files with 522 additions and 1074 deletions
4
sj3ver.c
4
sj3ver.c
|
|
@ -28,8 +28,8 @@
|
|||
*/
|
||||
|
||||
#include "sj2.h"
|
||||
|
||||
print_version() {
|
||||
int print_version(void)
|
||||
{
|
||||
extern int vflag;
|
||||
extern char* version;
|
||||
extern char* Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue