// See the file "COPYING" in the main distribution directory for copyright. #ifndef pac_utils_h #define pac_utils_h #include #include using namespace std; char* copy_string(const char* s); string strfmt(const char* fmt, ...); char* nfmt(const char* fmt, ...); #endif /* pac_utils_h */