home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
utilities
/
utilsm
/
randjpeg
/
source
/
h
/
process
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-27
|
183 b
|
9 lines
#ifndef process_h
#define process_h
extern void process(
const char *source_file_name,
const char *dest_file_name);
#endif /* process_h */