函数结果状态代码

typedef    int    Status #define  TRUE                  1 #define  FALSE      
typedef    int    Status
#define  TRUE                  1 #define  FALSE                 0 #define  OK                      1 #define  ERROR                0 #define  INFEASIBLE        -1 #define  OVERFLOW        -2
//Status 是函数返回值类型,其值是函数结果的状态代码