[ECOS] using struct II

Carlos Camargo carlos_ivan_camargo@yahoo.com
Fri Apr 27 03:03:00 GMT 2001


sorry the code is..

static void stimulus( cyg_addrword_t data )
{
    int i, j;

     struct hola_type{
      int a;
    };
    hola_type hola;  //tis is a 59 line

    hola.a = 5;
..
..
sync_mbox.c:59: `hola_type' undeclared (first use in
this function)


Thanks

Carlos Camargo

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



More information about the Ecos-discuss mailing list