#include <nitro/os.h>
void OS_ReleaseLockID( u16 ID );
This releases the ID. This is used to release the ID obtained using OS_GetLockID()
so that the IDs won't overlap using the OS_Lock* function.
OS_GetLockID() will
not return the value until the ID has been released.
ID |
ID to be released |
OS_GetLockID
06/21/2004 First Edition