home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 18
/
aminetcdnumber181997.iso
/
Aminet
/
text
/
hyper
/
hsc_source.lha
/
hsc
/
source
/
hscprj
/
license.h
< 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
C/C++ Source or Header
|
1996-11-17
|
204 b
|
16 lines
/*
* hscprj/license.h
*
* routines to show license
*
*/
#ifndef HSCPRJ_LICENSE_H
#define HSCPRJ_LICENSE_H
extern STRPTR hsc_license;
extern VOID show_license(VOID);
#endif /* HSCPRJ_LICENSE_H */