CenTyger

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

一、预定义常量和类型

1 //函数结果状态返回代码
2 #define TURE     1
3 #define FALSE    0
4 #define OK         1
5 #define ERROR    0
6 #define INFEASIBLE    -1
7 #define OVERFLOW    -2
8 
9 typdef int Staus;
code_1

 

posted on 2016-07-08 22:48  CenTyger  阅读(75)  评论(0编辑  收藏  举报