This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_vector_zero_out

Function Documentation

int rc_vector_zero_out(rc_vector_t *v)

Sets all values of an already-allocated vector to 0.

Parameters

v – pointer to vector to be zero’d out

Returns

0 on success, -1 on failure.