Changes between Version 47 and Version 48 of ResumedC
- Timestamp:
- Sep 9, 2009, 10:42:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v47 v48 492 492 493 493 494 === Macros ===494 === Macros & Preprocessor === 495 495 Remember to put always the parameters between parentheses, so that maybe the parameter needs to be calculated before to use it, just like: 496 496 {{{ … … 547 547 #endif 548 548 }}} 549 550 ==== #line ==== 551 It allow you to be moved to any line and also to another file, from your source code directly: 552 {{{ 553 #!C 554 #line 500 "my_prog.c" 555 }}} 556 549 557 550 558