[<--] Indice [-->]

From ELiBuS <elibus@freaknet.org>
Date Sat, 31 Jan 2004 16:18:41 +0100
Subject Re: [hackmeeting] da una chat di fasci...

Il sab, 2004-01-31 alle 09:55, quest@voyanet.org ha scritto:

QUESTO NON COMPILA:

> void main(void)
> {
> 	void *linux;
> 	linux = (void *)0;
> }

INVECE QUESTO SI:


void main(void)
{
        void *slinux;
        slinux = (void *)0;
}

ED ANCHE QUESTO:

void main(void)
{
        void *linu;
        linu = (void *)0;
}


la mia domanda e' PERCHE'?

e.

Attachment: signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


[<--] Indice [-->]