.fflush() in stdio.d

berni someone at somewhere.com
Mon Aug 26 05:59:08 UTC 2019


Out of curiosity: Browsing the source of stdio.d I found that 
flush() is implemented by calling fflush from some C++ library. 
What I don't understand: Why is the call to fflush preceded by a 
dot?


More information about the Digitalmars-d-learn mailing list