Penguin
Diff: SDL_CreateCond(3)
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of SDL_CreateCond(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:41 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:53:41 pm by perry Revert
@@ -1,6 +1,6 @@
-SDL_CreateCond  
-!!!SDL_CreateCond 
+SDL_! CreateCond  
+!!!SDL_! CreateCond 
 NAME 
 SYNOPSIS 
 DESCRIPTION 
 EXAMPLES 
@@ -8,34 +8,34 @@
 ---- 
 !!NAME 
  
  
-SDL_CreateCond- Create a condition variable 
+SDL_! CreateCond- Create a condition variable 
 !!SYNOPSIS 
  
  
 __#include 
 __ 
  
  
-__SDL_cond *SDL_CreateCond__(__void__); 
+__SDL_cond *SDL_! CreateCond__(__void__); 
 !!DESCRIPTION 
  
  
 Creates a condition variable. 
 !!EXAMPLES 
  
  
 SDL_cond *cond; 
-cond=SDL_CreateCond(); 
+cond=SDL_! CreateCond(); 
 
 
 /* Do stuff */ 
 
 
-SDL_DestroyCond(cond); 
+SDL_! DestroyCond(cond); 
 !!SEE ALSO 
  
  
-__SDL_DestroyCond__, __SDL_CondWait__,  
-__SDL_CondSignal__ 
+__SDL_! DestroyCond__, __SDL_! CondWait__,  
+__SDL_! CondSignal__ 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.