123
#define OPTINLINE __inline (...) OPTINLINE double getCurrentClockSpeed(); //Retrieves the current clock speed!
123456
#include "types.h" //Above headers OPTINLINE double getCurrentClockSpeed() { return 222.0f; //222MHz }
1234
#include "types.h" //Above headers (...) float test = getCurrentClockSpeed(); (...)