Macros

Line Code
1 2 3 4 5
#ifndef DD_ddstats_h
#define DD_ddstats_h
#include <iostream>
void ddstats(std::ostream& os);
#endif