Sindbad~EG File Manager

Current Path : /usr/home/beeson/MathXpert/
Upload File :
Current File : /usr/home/beeson/MathXpert/sincos.h

#ifdef sincos
#define saveit sincos
#undef sincos  // Ensure it's not defined
#endif

#define sincos foo

#include <math.h>  // Now include math.h safely

#undef sincos  // Restore the original state
#ifdef saveit
#define sincos saveit
#endif

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists