home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Party 1994: Try This At Home
/
disk_image.bin
/
source
/
vexsrc
/
sinplasa.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-22
|
202b
|
8 lines
#ifndef __SINPLASA_H
#define __SINPLASA_H
extern "C" void makesintab(char *plsintab, short cmax);
extern "C" void plasmaline(const char *plsintab, char *buf, short len, long p, long f);
#endif