Comparing trunk/OOPSE/libmdtools/ReadWrite.hpp (file contents):
Revision 804 by mmeineke, Thu Oct 16 19:16:24 2003 UTC  vs.
Revision 829 by gezelter, Tue Oct 28 16:03:37 2003 UTC 
| 6 |  | #include <iostream> | 
| 7 |  | #include <fstream> | 
| 8 |  |  | 
| 9 | < | #include <cstring> | 
| 10 | < | #include <cstdio> | 
| 11 | < | #include <cstdlib> | 
| 9 | > | #include <string.h> | 
| 10 | > | #include <stdio.h> | 
| 11 | > | #include <stdlib.h> | 
| 12 |  | #include <unistd.h> | 
| 13 |  | #include <sys/types.h> | 
| 14 |  | #include <sys/stat.h> | 
Diff Legend
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |