📄 gdsl_macros.3
字号:
.TH "Various macros module" 3 "22 Jun 2006" "Version 1.4" "gdsl" \" -*- nroff -*-.ad l.nh.SH NAMEVarious macros module \- .PP.SS "Defines".in +1c.ti -1c.RI "#define \fBGDSL_MAX\fP(X, Y) (X>Y?X:Y)".br.RI "\fIGive the greatest number of two numbers. \fP".ti -1c.RI "#define \fBGDSL_MIN\fP(X, Y) (X>Y?Y:X)".br.RI "\fIGive the lowest number of two numbers. \fP".in -1c.SH "Define Documentation".PP .SS "#define GDSL_MAX(X, Y) (X>Y?X:Y)".PPGive the greatest number of two numbers. .PP\fBNote:\fP.RS 4Complexity: O( 1 ) .RE.PP\fBPrecondition:\fP.RS 4X & Y must be basic scalar C types .RE.PP\fBParameters:\fP.RS 4\fIX\fP First scalar variable .br\fIY\fP Second scalar variable .RE.PP\fBReturns:\fP.RS 4X if X is greather than Y. .PPY if Y is greather than X. .RE.PP\fBSee also:\fP.RS 4\fBGDSL_MIN()\fP .RE.PP.PPDefinition at line 56 of file gdsl_macros.h..SS "#define GDSL_MIN(X, Y) (X>Y?Y:X)".PPGive the lowest number of two numbers. .PP\fBNote:\fP.RS 4Complexity: O( 1 ) .RE.PP\fBPrecondition:\fP.RS 4X & Y must be basic scalar C types .RE.PP\fBParameters:\fP.RS 4\fIX\fP First scalar variable .br\fIY\fP Second scalar variable .RE.PP\fBReturns:\fP.RS 4Y if Y is lower than X. .PPX if X is lower than Y. .RE.PP\fBSee also:\fP.RS 4\fBGDSL_MAX()\fP .RE.PP.PPDefinition at line 73 of file gdsl_macros.h.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -