galmon/navmon.hh

10 lines
195 B
C++
Raw Normal View History

#pragma once
#include <stdint.h>
#include <unistd.h>
2019-09-09 12:49:31 -06:00
#include <time.h>
#include <string>
struct EofException{};
size_t readn2(int fd, void* buffer, size_t len);
2019-09-09 12:49:31 -06:00
std::string humanTime(time_t t);