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
8std::stringstream getFormattedOutput(std::filesystem::path inputFile);
9
10#endif /* BACKENDS_P4FMT_P4FMT_H_ */