[libFuzzer] when a new unit is discovered using a dictionary, print all used dictiona...
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 1f4f8fb336b21face822341d7031379b117f28b9..c1e9daac98089c902cc5c84ffbe7894c6f86b536 100644 (file)
@@ -38,6 +38,7 @@ std::string DirPlusFile(const std::string &DirPath,
 
 void Printf(const char *Fmt, ...);
 void Print(const Unit &U, const char *PrintAfter = "");
+void PrintASCII(const uint8_t *Data, size_t Size, const char *PrintAfter = "");
 void PrintASCII(const Unit &U, const char *PrintAfter = "");
 std::string Hash(const Unit &U);
 void SetTimer(int Seconds);