标签:
一、预定义常量和类型
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;
c常用
原文地址:http://www.cnblogs.com/CenTyger/p/Tyger.html