Function eosio_sys::printui

source ·
pub unsafe extern "C" fn printui(value: u64)
Expand description

Prints value as a 64 bit unsigned integer @brief Prints value as a 64 bit unsigned integer @param value of 64 bit unsigned integer to be printed

Example:

@code printui(1e+18); // Output: 1000000000000000000 @endcode