[][src]Function eosio_cdt_sys::printui

pub unsafe extern "C" fn printui(value: u64)

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