#define, FFMAX3(a, b, c) FFMAX(FFMAX(a,b),c). #define, FFMIN(a, b) ((a) > (b) ? (b) : (a)). #define, FFMIN3(a, b, c) FFMIN(FFMIN(a,b),c).
確定! 回上一頁