home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
astronmy
/
strchart
/
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 ();