libsmbios_c library
Macros
linux.hpp File Reference
#include <cstdlib>
#include <smbios/config/posix_features.hpp>

Go to the source code of this file.

Macros

#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 __extension__
 
#define __const__   const
 
#define __volatile__   volatile
 
#define __signed__   signed
 
#define __typeof__   typeof
 
#define __inline__   inline
 

Macro Definition Documentation

#define __const__   const
#define __extension__
#define __inline__   inline
#define __signed__   signed
#define __typeof__   typeof
#define __volatile__   volatile
#define FSEEK (   fh,
  pos,
  whence 
)    fseeko(fh, static_cast<off_t>(pos), whence)
#define LIBSMBIOS_HAS_UNISTD_H
#define LIBSMBIOS_NO_SWPRINTF
#define LIBSMBIOS_PLATFORM   "linux"
#define LIBSMBIOS_PLATFORM_LINUX