Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 0d50ba4b0190117ea8d232e29fb0d81b > files > 22

lib64check-devel-0.9.12-5.mga5.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;
}