sources/basics.h

changeset 93
1ea012a6e1ec
parent 92
39947c46ed17
child 99
f9f73eeba3b7
equal deleted inserted replaced
92:39947c46ed17 93:1ea012a6e1ec
63 #define TEXTCOLOR_BrightBlue TEXTCOLOR_Escape "N" 63 #define TEXTCOLOR_BrightBlue TEXTCOLOR_Escape "N"
64 #define TEXTCOLOR_Magenta TEXTCOLOR_Escape "T" 64 #define TEXTCOLOR_Magenta TEXTCOLOR_Escape "T"
65 #define TEXTCOLOR_BrightCyan TEXTCOLOR_Escape "V" 65 #define TEXTCOLOR_BrightCyan TEXTCOLOR_Escape "V"
66 #define TEXTCOLOR_Reset TEXTCOLOR_Escape "-" 66 #define TEXTCOLOR_Reset TEXTCOLOR_Escape "-"
67 67
68 #undef min
69 #undef max
70
68 BEGIN_ZFC_NAMESPACE 71 BEGIN_ZFC_NAMESPACE
69 72
70 template<typename T> 73 template<typename T>
71 T min (T a, T b) 74 T min (T a, T b)
72 { 75 {

mercurial