• Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    Quote:

    tolkien wrote:
    Hi! It works in this simple example. Any other bug to be aware? ;)



    No, except you could optimize:

    typedef struct datos {
    int x;
    }datos;

    to

    typedef struct {
    int x;
    }datos;

    :)
  • »10.11.13 - 11:19
    Profile Visit Website