#ifndef FSLEEP_DEF #define FSLEEP_DEF /* Header file for floating point sleep function ... */ void fsleep(float secs); #endif