[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Flushing estoud before exit?

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-05-23 01:54:59 CEST

> /* Ensure everything is printed on stdout, so the user sees any
> print errors. */
> SVN_INT_ERR (svn_cmdline_fflush (stdout));
> return EXIT_SUCCESS;

There's absolutelly no need to flush a c stream before exiting a
program, as the language defines that streams are flushing when a
program ends by normal means.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 01:55:27 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.