Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/japanese/edict/files/patch-exjdxgen.c
16461 views
1
--- exjdxgen.c.orig 1998-05-24 15:43:37 UTC
2
+++ exjdxgen.c
3
@@ -22,7 +22,7 @@
4
#include <sys/stat.h>
5
6
#include <stdio.h>
7
-/*#include <stdlib.h>*/
8
+#include <stdlib.h>
9
#include <ctype.h>
10
#include <string.h>
11
#include "xjdic.h"
12
@@ -229,6 +229,7 @@ unsigned char **argv;
13
jindex[0] = diclen+jiver;
14
fwrite(jindex,sizeof(long),indptr+2,fp);
15
fclose(fp);
16
+ return (0);
17
}
18
/*======function to sort jindex table====================*/
19
20
21