I am looking for a way to get floating point input from a user.
My way of going about this is to use a self-made getstrn function and plug that into another function
fgets()
atof()
(Thanks to R. for fixing my idiotic suggestion in part 1)