5 ms·
Are you sure you aren't confusing it with K&R style with the argument names on a different line? That would indicate old code. Having the return type on a dif
by copergi 12y ago
Are you sure you aren't confusing it with K&R style with the argument names on a different line? That would indicate old code. Having the return type on a different line is incredibly common, virtually every C project with decent code uses it.