Return to convert.c CVS log | Up to [LON-CAPA] / loncom / homework / CAPA-converter |
version 1.1, 2000/04/12 20:08:39 | version 1.2, 2001/05/02 21:47:51 |
---|---|
Line 2 | Line 2 |
/* Feb. 10 1997 Isaac Tsai */ | /* Feb. 10 1997 Isaac Tsai */ |
/* ======================================================================== */ | /* ======================================================================== */ |
#ifdef NeXT | |
#include <stdlib.h> | |
#include <sys/types.h> | |
#include <sys/stat.h> | |
#include <bsd/curses.h> | |
#else | |
#include <curses.h> | |
#include <malloc.h> | |
double atof(); | |
#endif | |
#include <stdio.h> | #include <stdio.h> |
#include <ctype.h> | #include <ctype.h> |
#include <sys/types.h> | #include <sys/types.h> |