la

来自「Algorithms for Image Processing and Comp」· 代码 · 共 20 行

TXT
20
字号
@c ----------------------------------------------------------------------
@node labs, misc
@heading @code{labs}
@subheading Syntax

@example
#include <stdlib.h>

long labs(long x);
@end example

@subheading Description

This function takes the absolute value of @var{x}.  @xref{abs}

@subheading Return Value

|@var{x}|

⌨️ 快捷键说明

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