What's the difference between writing int frozen() and int frozen(void)?
Name:
Anonymous2009-05-26 16:59
if you declare a function as int frozen();
then you can do call it with frozen("faggot", 32, stdout);
which you can't do if you declare it as int frozen(void);
now fuck off.