/* * $Id$ */ /* Stub function for programs not implementing statMemoryAccounted */ #include "config.h" #include "util.h" double statMemoryAccounted(void) { return -1.0; } .