#ifndef _MINE_IO_H #define _MINE_IO_H _MINE_IO_H #include void readAll(int fd, std::vector &buf); void readLine(int fd, std::vector &buf); #endif