gdsl_macros.h.3

来自「一个通用的C语言实现的数据结构」· 3 代码 · 共 24 行

3
24
字号
.TH "gdsl_macros.h" 3 "22 Jun 2006" "Version 1.4" "gdsl" \" -*- nroff -*-.ad l.nh.SH NAMEgdsl_macros.h \- .SH SYNOPSIS.br.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 "Author".PP Generated automatically by Doxygen for gdsl from the source code.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?