|
From: Jeremy F. <je...@go...> - 2004-01-22 23:53:49
|
On Thu, 2004-01-22 at 15:36, Nicholas Nethercote wrote: > On Thu, 22 Jan 2004, Nicholas Nethercote wrote: > > > fprintf() can probably be avoided more. > > Another question: is assert() necessary in vg_main.c? I tried inserting > a vg_assert() right at the start of main(), it seemed to work fine. Well, OK then. So long as everything as assert_fail (or whatever we call it) is happy that early. J |