ReverseArray
No description available for this symbol.
Syntax
stock ReverseArray( iArray[ ], const iSize ) */ #include < amxmodx > #if cellbits == 32 #define MAX_DECIMAL_DIGITS 10 #define MAX_BINARY_DIGITS 31 #define MAX_HEXADECIMAL_DIGITS 8 #else #define MAX_DECIMAL_DIGITS 19 #define MAX_BINARY_DIGITS 63 #define MAX_HEXADECIMAL_DIGITS 16 #endif stock const __HEXCHARS[ ] = "0123456789ABCDEF"
Usage
| iSize | — |
Defined in
number_convert.inc
at line 30
.
This documentation was automatically generated from source.