[][src]Function fermium::SDL_SemPost

pub unsafe extern "C" fn SDL_SemPost(sem: *mut SDL_sem) -> c_int

Atomically increases the semaphore's count (not blocking).

\return 0, or -1 on error.