/* #include "safe-ctype.h" */
#include <ctype.h>
-/*
+/*
@deftypefun int strverscmp (const char *@var{s1}, const char *@var{s2})
The @code{strverscmp} function compares the string @var{s1} against
@var{s2}, considering them as holding indices/version numbers. Return
{
case CMP:
return diff;
-
+
case LEN:
while (isdigit (*p1++))
if (!isdigit (*p2++))
return 1;
-
+
return isdigit (*p2) ? -1 : diff;
-
+
default:
return state;
}
drs DRS T{
data resident set size, the amount of private memory \fIreserved\fR by a process.
-It is also known as DATA. Such memory may not yet be mapped to
+It is also known as DATA. Such memory may not yet be mapped to
.B rss
but will always be included
included in the
T}
eip EIP T{
-instruction pointer. As of kernel 4.9.xx will be zeroed out unless task is
+instruction pointer. As of kernel 4.9.xx will be zeroed out unless task is
exiting or being core dumped.
T}
esp ESP T{
-stack pointer. As of kernel 4.9.xx will be zeroed out unless task is
+stack pointer. As of kernel 4.9.xx will be zeroed out unless task is
exiting or being core dumped.
T}