cell.hpp 163 B

12345678910
  1. #ifndef __CELL_HPP__
  2. #define __CELL_HPP__
  3. #include "mpcio.hpp"
  4. #include "options.hpp"
  5. void cell(MPCIO &mpcio,
  6. const PRACOptions &opts, char **args);
  7. #endif