00001 // This file's extension implies that it's C, but it's really -*- C++ -*-. 00002 // $Id$ 00011 #ifndef CXXUTILS_SINCOSF_H 00012 #define CXXUTILS_SINCOSF_H 00013 00014 #ifdef __APPLE__ 00015 void sincosf(float x, float* sn, float* cs); 00016 #endif 00017 00018 #endif // not CXXUTILS_SINCOSF_H