home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
CreativeComputers.iso
/
shareware
/
text
/
dvi_3.62
/
source
/
dvisrc.lha
/
dvimisc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-26
|
705b
|
22 lines
/*
** Datei: dvimisc.h
** Autor: Ingo Eichenseher
*/
extern char *fname(char *pathname);
extern void slash(char *s);
extern char *fext(char *filename);
extern FILE *fopene(char *name, char *mode, char *path, char *found);
extern void getfile(char *file, char *path_file);
extern void catpf(char *path_file, char *path, char *file);
extern void catfe(char *file, char *node, char *ext);
extern void exgext(char *new_file, char *path_file, char *ext);
extern void exgpath(char *new, char *old, char *path);
extern int strcm2(const char *, const char *);
extern char *fmt_page(long *ll);
#ifdef TURN_INTS
extern void turn_long(char *ptr, long count);
extern void turn_word(char *ptr, long count);
#endif