P4C
The P4 Compiler
Loading...
Searching...
No Matches
p4fmt.h
1#ifndef BACKENDS_P4FMT_P4FMT_H_
2#define BACKENDS_P4FMT_P4FMT_H_
3
4#include <filesystem>
5#include <sstream>
6
7namespace P4::P4Fmt {
8
10std::stringstream getFormattedOutput(std::filesystem::path inputFile);
11
12} // namespace P4::P4Fmt
13
14#endif /* BACKENDS_P4FMT_P4FMT_H_ */