Convert K&R definitions to ANSI C

This commit is contained in:
Nishi 2026-06-18 14:01:01 +09:00
commit a2161ba1b0
45 changed files with 521 additions and 1073 deletions

View file

@ -28,8 +28,8 @@
*/
#include "sj2.h"
print_version() {
int print_version(void)
{
extern int vflag;
extern char* version;
extern char* Date;