Hacker News new | ask | show | jobs
by IncRnd 1904 days ago
No. "auto" is not a type but a storage class that means automatically allocated instead of being allocated to a register, extern-al to the file, or in the static code segment.