Hacker News new | ask | show | jobs
by coliveira 1930 days ago
In C, long is not the name of a data type, it is a modifier. It turns out that C standard type is integer, so if you say long without another data type (such as double, for example), this means long int.