for example you are asked to input 10 numbers e.g. 1.23, 7.453, 45.7, 345 etc how are you going to convert these floats into int

I would like to use them with quicksort without using #include <stdlib.h>

Thanks!