Ver Mensaje Individual
  #13 (permalink)  
Antiguo 19/05/2010, 15:49
josepzin
 
Fecha de Ingreso: febrero-2004
Ubicación: Carthagena
Mensajes: 205
Antigüedad: 20 años, 10 meses
Puntos: 0
Respuesta: Ayuda para comprender un codigo

Muchas gracias por la ayuda :)

Al final el codigo quedo algo asi:

Código C:
Ver original
  1. unsigned short int in_Joy2()
  2. {
  3. ...
  4. }
  5.  
  6.  
  7.  
  8.  
  9. unsigned short int joy2;
  10. unsigned short int (*joyfunc2)();
  11.  
  12. joyfunc2 = in_Joy2;
  13.  
  14. joy2 = (joyfunc2)();
  15. if (joy2 & in_FIRE) {
  16.     printf("!");
  17. }
__________________
Retro Invaders : Mi blog