"Richard B. Johnson" <root@xxxxxxxxxxxxxxxxxx> writes: > A function looks like this: > > int present() > { > > } > > A prototype for the same function looks like this: > > int present(void); > > Functions always have "{}". Prototypes never do. A function definition is also a prototype unless you use oldstyle definitions. Andreas. -- Andreas Schwab, SuSE Labs, schwab@xxxxxxx SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/