args_read_float_and_trim

Function args_read_float_and_trim 

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

Extract float value and trim arguments string

§Arguments

  • [in, - out] args arguments string
  • [out] - value first argument

§Returns

true - success false - arguments string does not contain float