C Language Keywords - The Official TIGCC Site
float, double Floating point data types. The keyword float usually represents a single precision floating point data type, and double represents a double precision floating point data type. In TIGCC, both float and double (and even long double) are the sa...