00001 #ifndef _H_rotateCoords 00002 #define _H_rotateCoords 00003 00004 #include <stdlib.h> 00005 #include <stdio.h> 00006 #include <math.h> 00007 00008 00009 void rotateCoords( char *direction, char *equinox, int n, double *coords ); 00010 00011 #endif
1.5.3-20071008