Diff for /loncom/homework/CAPA-converter/convert.c between versions 1.1 and 1.2

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>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>