#ifndef VIRTUALMATH_MACRO_H #define VIRTUALMATH_MACRO_H #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> #include <getopt.h> // 布尔逻辑的定义 #define bool int #define true 1 #define false 0 #endif //VIRTUALMATH_MACRO_H