Function to check if input string is an integer or floating point number?

后端 未结 3 966
谎友^
谎友^ 2020-12-10 08:56

Is there a function in C to check if the input is an int, long int, or float? I know C has an isdigit() function, and I

3条回答
提交回复
热议问题