[][src]Type Definition drone_ctypes::c_short

type c_short = i16;

Equivalent to C's signed short (short) type.