Hello everybody!

I've got a function which has only one arg and it is a void*.
Is it possible somehow to convert this to double or float?

Somebody told me that every standard data type can be converted to void* and vice-versa. What do you think, is this true?

Any suggestion would be appreciated.

Thanks in advance!