Penguin
Diff: SDL_SemValue(3)
EditPageHistoryDiffInfoLikePages

Differences between version 2 and predecessor to the previous major change of SDL_SemValue(3).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 3, 2002 6:53:48 pm by perry Revert
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:48 pm by perry Revert
@@ -1,6 +1,6 @@
-SDL_SemValue  
-!!!SDL_SemValue 
+SDL_! SemValue  
+!!!SDL_! SemValue 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 RETURN VALUE 
@@ -9,34 +9,34 @@
 ---- 
 !!NAME 
  
  
-SDL_SemValue- Return the current value of a semaphore. 
+SDL_! SemValue- Return the current value of a semaphore. 
 !!SYNOPSIS 
  
  
 __#include 
 __ 
  
  
-__Uint32 SDL_SemValue__(__SDL_sem 
+__Uint32 SDL_! SemValue__(__SDL_sem 
 *sem__); 
 !!DESCRIPTION 
  
  
-__SDL_SemValue()__ returns the current semaphore value 
+__SDL_! SemValue()__ returns the current semaphore value 
 from the semaphore pointed to by __sem__. 
 !!RETURN VALUE 
  
  
 Returns current value of the semaphore. 
 !!EXAMPLES 
  
  
- sem_value = SDL_SemValue(my_sem); 
+ sem_value = SDL_! SemValue(my_sem); 
 !!SEE ALSO 
  
  
-__SDL_CreateSemaphore__, __SDL_DestroySemaphore__,  
-__SDL_SemWait__, __SDL_SemTryWait__,  
-__SDL_SemWaitTimeout__, __SDL_SemPost__ 
+__SDL_! CreateSemaphore__, __SDL_! DestroySemaphore__,  
+__SDL_! SemWait__, __SDL_! SemTryWait__,  
+__SDL_! SemWaitTimeout__, __SDL_! SemPost__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.