Function eosio_sys::prints

source ·
pub unsafe extern "C" fn prints(cstr: *const c_char)
Expand description

Prints string @brief Prints string @param cstr - a null terminated string

Example:

@code prints(“Hello World!”); // Output: Hello World! @endcode