zeek/auxil/binpac/src/pac_utils.h
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
235 B
C++

#ifndef pac_utils_h
#define pac_utils_h
#include <sys/types.h>
#include <string>
using namespace std;
char* copy_string(const char* s);
string strfmt(const char* fmt, ...);
char* nfmt(const char* fmt, ...);
#endif /* pac_utils_h */