Sponge
CS144's user-space TCP library
parser_dt.cc
Go to the documentation of this file.
1 #include "parser.hh"
2 
3 #include <cstdint>
4 #include <cstdlib>
5 #include <stdexcept>
6 #include <vector>
7 
8 int main() {
9  try {
10 #include "parser_example.cc"
11  } catch (...) {
12  return EXIT_FAILURE;
13  }
14  return EXIT_SUCCESS;
15 }
main
int main()
Definition: parser_dt.cc:8
parser_example.cc
parser.hh