h_dim.c

来自「在Linxu程序设计当中」· C语言 代码 · 共 17 行

C
17
字号
#include "f2c.h"#ifdef __cplusplusextern "C" {#endif#ifdef KR_headersshortint h_dim(a,b) shortint *a, *b;#elseshortint h_dim(shortint *a, shortint *b)#endif{return( *a > *b ? *a - *b : 0);}#ifdef __cplusplus}#endif

⌨️ 快捷键说明

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