fork download
  1. #include <stdio.h>
  2.  
  3. #define OK 1
  4. enum {
  5. TIMER0 = 0,
  6. TIMER1,
  7. TIMER2,
  8. TIMER3,
  9. };
  10.  
  11. int swFlag;
  12.  
  13. int main( void )
  14. {
  15. // 処理
  16.  
  17. TIMER1,
  18. TIMER2,
  19. TIMER3,
  20. swFlag = OK;
  21. return 0;
  22. }
Success #stdin #stdout 0s 2152KB
stdin
Standard input is empty
stdout
Standard output is empty