Category:Fexl: Difference between revisions

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