source:
Revenant/marslib/include/recursion.h@
25c4774
Last change on this file since 25c4774 was 80a6a52, checked in by , 3 years ago | |
---|---|
|
|
File size: 154 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #define RC_CONTEXT int __s; |
4 | #define RC_INIT() int __s = 0; |
5 | #define RC_START() switch (__s) { case 0: |
6 | #define CR_CALL(x) __s = __LINE__; |
Note:
See TracBrowser
for help on using the repository browser.