Changes in src/tests/coroutine.c [2fc88be:7fbe450]
- File:
-
- 1 edited
-
src/tests/coroutine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/coroutine.c
r2fc88be r7fbe450 15 15 } 16 16 17 void co_main(Fibonacci* this) {17 void main(Fibonacci* this) { 18 18 #ifdef MORE_DEBUG 19 19 sout | "Starting main of coroutine " | this | endl;
Note:
See TracChangeset
for help on using the changeset viewer.