Sorry to ask this simple question!

I don't do  how ":" works In C program like the following example:

int y:1;                          /*  parse error*/
struct _Test
{
        int x :1;                /* no parse error report*/
}




_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to