Hacker News new | ask | show | jobs
by bhaak 2290 days ago
You can still today declare a function without a return value like this: "a() { return 1; }".

GCC only outputs a warning by default: "warning: return type defaults to ‘int’ [-Wimplicit-int]"