El dc 05 de 03 del 2008 a les 09:37 +0100, en/na Roland Stigge va escriure: > But int and ssize_t are both signed. So why can this be?
On amd64, int is 32-bit sized while ssize_t is 64-bit. A returned -1 int turns into 4294967295. Remember getline() is declared ssize_t in stdio.h but gcvs' implementation returns an int. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

