home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
telix
/
t310sort.arc
/
TLXSORT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1988-10-12
|
963b
|
29 lines
/**
*
* Module: tlxsort.h
* Version: 1.1
* Description: function prototype for TlxSort
* Author: Paul Roub
*
* Revision History:
* 7-13-88 : created
*
* This program and its sources are Copyright (C) 1988 by Paul Roub
* and may not be sold for profit without the express written
* consent of the author. Redistribute them (in their entirety) as
* you wish, provided no fee is charged and all materials are
* present and unmodified.
*
**/
/*<f>*/
extern void ReadFonFile ( char *name,
fon_header **header_p,
fon_entry **entry_p
);
extern void *mmalloc ( size_t size );
extern void quitf ( char *fmt, ... );
extern FILE *ffopen ( char *name, char *mode );
extern void WriteFonFile( char *name, fon_header *th, fon_entry *te);