#include <cstdlib>
#include <smbios/config/posix_features.hpp>
Go to the source code of this file.
Defines | |
#define | LIBSMBIOS_PLATFORM "linux" |
#define | LIBSMBIOS_PLATFORM_LINUX |
#define | FSEEK(fh, pos, whence) fseeko(fh, static_cast<off_t>(pos), whence) |
#define | LIBSMBIOS_NO_SWPRINTF |
#define | LIBSMBIOS_HAS_UNISTD_H |
#define | __const__ const |
#define | __volatile__ volatile |
#define | __signed__ signed |
#define | __typeof__ typeof |
#define | __inline__ inline |
#define FSEEK | ( | fh, | |||
pos, | |||||
whence | ) | fseeko(fh, static_cast<off_t>(pos), whence) |
Definition at line 28 of file linux.hpp.
Referenced by MemoryFile::fillBuffer(), and MemoryFile::putByte().