|
ewmscp
..
|
#include <fcntl.h>#include <stdio.h>#include <string.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include "throwcall.h"#include <Options.h>#include <algorithm>#include <list>#include <set>Go to the source code of this file.
Functions | |
| bool | is_nul (void *buffer, size_t count) |
| template<typename T > | |
| void | printNumber (std::ostream &ost, T number) |
| template<typename T1 , typename T2 > | |
| void | printRegion (std::ostream &ost, T1 start, T2 end) |
| int | main (int argc, const char *argv[]) |
1.8.17