summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/makejvf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.h')
-rw-r--r--Build/source/texk/makejvf/makejvf.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/makejvf.h b/Build/source/texk/makejvf/makejvf.h
new file mode 100644
index 00000000000..dc6e23aeb8f
--- /dev/null
+++ b/Build/source/texk/makejvf/makejvf.h
@@ -0,0 +1,32 @@
+extern char *vtfmname,*kanatfm,*jistfm,*ucsqtfm,*usertable;
+extern int unit,zh,zw,jfm_id,rightamount;
+extern int kanatume,chotai,baseshift,minute,hankana,fidzero,enhanced,omitzw;
+extern int pstfm_nt;
+extern FILE *afp;
+extern long ucs;
+
+/* main.c */
+void usage(void);
+
+/* tfmread.c */
+int jfmread(int kcode);
+int tfmget(char *name);
+int tfmidx(FILE *fp);
+
+/* tool.c */
+int mquad(unsigned char *p);
+unsigned int upair(unsigned char *p);
+int fquad(FILE *fp);
+unsigned int ufpair(FILE *fp);
+int fpair(FILE *fp);
+int fputnum(int num, int byte, FILE *fp);
+int numcount(int num);
+int fputnum2(int num, FILE *fp);
+int fputstr(char *str, int byte, FILE *fp);
+
+/* write.c */
+FILE *vfopen(char *name);
+void writevf(int code, FILE *fp);
+void writevfu(int code, FILE *fp);
+void vfclose(FILE *fp);
+void maketfm(char *name);