00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 typedef struct {
00026 OPDS h;
00027 MYFLT *ksig, *ifilcod, *iformat, *iprd;
00028 int format;
00029 long countdown, timcount;
00030 FILE *f;
00031 FDCH fdch;
00032 } KDUMP;
00033
00034 typedef struct {
00035 OPDS h;
00036 MYFLT *ksig1, *ksig2, *ifilcod, *iformat, *iprd;
00037 int format;
00038 long countdown, timcount;
00039 FILE *f;
00040 FDCH fdch;
00041 } KDUMP2;
00042
00043 typedef struct {
00044 OPDS h;
00045 MYFLT *ksig1, *ksig2, *ksig3, *ifilcod, *iformat, *iprd;
00046 int format;
00047 long countdown, timcount;
00048 FILE *f;
00049 FDCH fdch;
00050 } KDUMP3;
00051
00052 typedef struct {
00053 OPDS h;
00054 MYFLT *ksig1, *ksig2, *ksig3, *ksig4, *ifilcod, *iformat, *iprd;
00055 int format;
00056 long countdown, timcount;
00057 FILE *f;
00058 FDCH fdch;
00059 } KDUMP4;
00060
00061 typedef struct {
00062 OPDS h;
00063 MYFLT *k1, *ifilcod, *iformat, *iprd;
00064
00065 int format;
00066 long countdown, timcount;
00067 MYFLT k[4];
00068 FILE *f;
00069 FDCH fdch;
00070 } KREAD;
00071
00072 typedef struct {
00073 OPDS h;
00074 MYFLT *k1, *k2, *ifilcod, *iformat, *iprd;
00075
00076 int format;
00077 long countdown, timcount;
00078 MYFLT k[4];
00079 FILE *f;
00080 FDCH fdch;
00081 } KREAD2;
00082
00083 typedef struct {
00084 OPDS h;
00085 MYFLT *k1, *k2, *k3, *ifilcod, *iformat, *iprd;
00086
00087 int format;
00088 long countdown, timcount;
00089 MYFLT k[4];
00090 FILE *f;
00091 FDCH fdch;
00092 } KREAD3;
00093
00094 typedef struct {
00095 OPDS h;
00096 MYFLT *k1, *k2, *k3, *k4, *ifilcod, *iformat, *iprd;
00097
00098 int format;
00099 long countdown, timcount;
00100 MYFLT k[4];
00101 FILE *f;
00102 FDCH fdch;
00103 } KREAD4;
00104