[ prog / sol / mona ]

prog


Monads,Async/Await : Algebraic Effects in C99

50 2021-01-15 12:26

condif is a new addition to header
it converts arglist tuple from ```(cond,res),(cond2,res2)```
to

if(0){;} else if(cond){res} else if(cond2){res2}

without restrictions of ternary expressions(though expression statements remove most of it).

69


VIP:

do not edit these