Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > a6ec49c68bb1ab93bd1f371b6fb4fe78 > files > 20

lib64check0-devel-0.9.5-3mdv2008.1.x86_64.rpm

#include "money.h"

/* only main should be in this file, to make all other functions in
   the prograble testable by Check.  in order to test main(), use a
   whole program testing framework like Autotest.
*/

int
main (void)
{
  return 0;
}