Terminfo non-inline non-template implementation. More...
#include "Terminfo.hh"#include <fstream>#include <iomanip>#include <unistd.h>#include <string.h>#include <boost/filesystem/operations.hpp>#include <senf/config.hh>#include <senf/Utils/hexdump.hh>#include <byteswap.h>#include <arpa/inet.h>Go to the source code of this file.
Macros | |
| #define | le16toh(x) (ntohs(bswap_16(x))) |
| #define | prefix_ |
Terminfo non-inline non-template implementation.
Definition in file Terminfo.cc.
| #define le16toh | ( | x | ) | (ntohs(bswap_16(x))) |
Definition at line 33 of file Terminfo.cc.
| #define prefix_ |
Definition at line 37 of file Terminfo.cc.