Paolo Bonzini wrote: > > + ASSERT (strlen (currency)>= 0); > > Isn't this asser bogus since strlen returns size_t? Or are you just > testing that it doesn't return rubbish?
It's a test whether the result is non-NULL and a valid pointer. Bruno
Paolo Bonzini wrote: > > + ASSERT (strlen (currency)>= 0); > > Isn't this asser bogus since strlen returns size_t? Or are you just > testing that it doesn't return rubbish?
It's a test whether the result is non-NULL and a valid pointer. Bruno