NibbleToHex

From WikiPrizm
Jump to navigationJump to search


Synopsis

Header: fxcg/misc.h
Syscall index: 0x1346
Function signature: void NibbleToHex(unsigned char value, unsigned char* result)

Converts a nibble to its hexadecimal representation.

Parameters

  • value - the value to convert.
  • result - pointer to string that will hold the conversion result.