@node llabs, misc @subheading Syntax @example #include long long llabs(long long x); @end example @subheading Description This function takes the absolute value of @var{x}. @xref{abs}. @subheading Return Value |@var{x}| @subheading Portability @portability !ansi, !posix