00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 00007 void ParseAssertResults(void); 00008 00012 void InitAssertResults(void); 00013 00014 00019 bool lgCheckAsserts( 00020 FILE *ioASSERTS ); 00021 00023 EXTERN bool lgAssertsOK , lgBigBotch, lgPrtSciNot;