group Utility functions
Utility functions
Types
Name | |
---|---|
enum | Location { nj =1, nq3, nq2, nq1, nl, nr, n, n8, n9, n10} |
Functions
Name | |
---|---|
int | abspid(int pid) |
Types Documentation
enum Location
Enumerator | Value | Description |
---|---|---|
nj | =1 | |
nq3 | ||
nq2 | ||
nq1 | ||
nl | ||
nr | ||
n | ||
n8 | ||
n9 | ||
n10 |
PID digits (base 10) are: n nr nl nq1 nq2 nq3 nj The Location enum provides a convenient index into the PID.
Functions Documentation
function abspid
inline int abspid(
int pid
)
Deprecated:
Just use abs()!
Absolute value
Updated on 2022-08-07 at 20:17:17 +0100