Hi,

I'm porting some code from GCC to CodeWarrior.  How Do I handle function 
definitions like this:

int Init(void *,void *,void *,void *,void *,void *,void *,void *,void *,void 
*,void *,void *,void *,void *) __attribute__ ((section ("prog")));
void Main(void *) __attribute__ ((section ("prog")));
void VIrq(void *) __attribute__ ((section ("prog")));
void VProc(void *) __attribute__ ((section ("prog")));
....
....
void Loop(void) {
 Main((void *)ram);
 VIrq((void *)ram);
}


Thanks,

Peter



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to