args_read_string_and_trim

Function args_read_string_and_trim 

Source
pub unsafe extern "C" fn args_read_string_and_trim(
    args: *mut FuriString,
    word: *mut FuriString,
) -> bool
Expand description

Extract first argument from arguments string and trim arguments string

§Arguments

  • args - arguments string
  • word - first argument, output

§Returns

true - success false - arguments string does not contain anything