Name:
Anonymous
2009-05-26 12:38
What's the difference between writing int frozen() and int frozen(void)?
Name:
Anonymous
2009-05-26 12:41
What's the difference between writing int frozen() and int?
One is a function declaration and the other is just a datatype.