#ifndef __W_FMOD_H__
#define __W_FMOD_H__
#ifndef __cplusplus
extern "C" {
#endif
float fmod(float, float);
}
#endif // __W_FMOD_H__