Belofte  version 2.1.5
A promising chess program using the UCI or Winboard interface
myplatform.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MYPLATFORM   "-"
 
#define MYOS   "-"
 
#define DEVUNUSED
 
#define B_VALUE(x)   B_HELPER(x)
 
#define B_HELPER(x)   #x
 
#define BELOFTE_COMPILER   "other compiler"
 
#define MEMBER_CONSTEXPR   constexpr
 

Macro Definition Documentation

◆ MYPLATFORM

#define MYPLATFORM   "-"
Todo:
add more platforms

Definition at line 73 of file myplatform.h.

◆ MYOS

#define MYOS   "-"
Todo:
add more OSes

Definition at line 116 of file myplatform.h.

◆ DEVUNUSED

#define DEVUNUSED

Definition at line 124 of file myplatform.h.

◆ B_VALUE

#define B_VALUE (   x)    B_HELPER(x)

Definition at line 154 of file myplatform.h.

◆ B_HELPER

#define B_HELPER (   x)    #x

Definition at line 155 of file myplatform.h.

◆ BELOFTE_COMPILER

#define BELOFTE_COMPILER   "other compiler"

Definition at line 163 of file myplatform.h.

◆ MEMBER_CONSTEXPR

#define MEMBER_CONSTEXPR   constexpr

Definition at line 187 of file myplatform.h.