On 7/7/07, Renato S. Yamane <[EMAIL PROTECTED]> wrote:
Rúben Lício escreveu: > void main() > { > char *x = malloc(10+1);Por favor, evite declarar a main como void! <http://c-faq.com/ansi/voidmain.html>
Eu nunca declaro a main como void. A não ser em testes rápidos e sem muita importancia.... De qualquer forma, vou dar uma lida no link.
Att, Renato -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- Rúben Lício Reis Game Developer Linux user #433535

