Category:Fexl: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18:
</lang>
 
Fexl functions may have side effects -- after all, '''somebody's''' gotta do it. So forFor example here's the implementation of the char_put function, called as (char_get ch next), which prints the single character ch to stdout and then continues with next:
 
<lang C>
Anonymous user