home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 2
/
crawlyvol2.bin
/
apps
/
science
/
starchrt
/
patch
/
starlase.dif
< prev
next >
Wrap
Text File
|
1989-03-23
|
303b
|
17 lines
*** ../starchart/starlaser.c Mon Sep 19 09:11:19 1988
--- starlase.c Mon Sep 26 23:41:46 1988
***************
*** 25,31 ****
--- 25,35 ----
*/
#include <stdio.h>
+ #ifndef ST_MWC
#include "starchart.h"
+ #else /* ST_MWC */
+ #include "starchrt.h"
+ #endif /* ST_MWC */
char *calloc ();