ecat 6.0.0
uvlc.h
Go to the documentation of this file.
1#ifndef ulvc_h
2#define ulvc_h
3
4#include <stdio.h>
5
6extern void putin();
7extern void putout();
8extern void itrl();
9extern void prefm();
10extern void atrl();
11extern void posmsb();
12extern void uvlc(int *pp, int Long, FILE *output, int *pout, int *rout);
13extern void uvld(int *pp, int Long, FILE *input, int *pin, int *rin);
14
15void pcpet(int skipdpcm, int Long, char* input_filename, char* output_filename, int ncol, int nline);
16void pdpet(int skipdpcm, int Long, char* input_filename, char* output_filename, int ncol, int nline);
17
18#endif
void pdpet(int skipdpcm, int Long, char *input_filename, char *output_filename, int ncol, int nline)
void atrl()
void posmsb()
void putin()
void uvlc(int *pp, int Long, FILE *output, int *pout, int *rout)
void putout()
void itrl()
void uvld(int *pp, int Long, FILE *input, int *pin, int *rin)
void prefm()
void pcpet(int skipdpcm, int Long, char *input_filename, char *output_filename, int ncol, int nline)