NT_FreeCharArray

Function NT_FreeCharArray 

Source
pub unsafe extern "C" fn NT_FreeCharArray(v_char: *mut c_char)
Expand description

Frees an array of chars.

ยงParameters

  • v_char: Pointer to the char array to free.