Re: [gtk-devel-list] Re: GtkType stuff



Just some corrections:

Marius Vollmer <mvo@zagadka.ping.de> writes:

> mistake and I will call them `flow hints' in the sequel.  C has modes

"C does not have modes"
        ^^^

>     int array[1] = { 1 };
>     int *x = array, *y = array;
>     x[1] = 2;

      x[0] = 2;

Sheesh, have done too much Matlab lately.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]