mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PR_REMOVE_LINK
 | 
						|
==============
 | 
						|
 | 
						|
Removes an element from a circular list.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
   #include <prclist.h>
 | 
						|
 | 
						|
   PR_REMOVE_LINK (PRCList *elemp);
 | 
						|
 | 
						|
 | 
						|
Parameter
 | 
						|
~~~~~~~~~
 | 
						|
 | 
						|
``elemp``
 | 
						|
   A pointer to the element.
 | 
						|
 | 
						|
 | 
						|
Description
 | 
						|
-----------
 | 
						|
 | 
						|
:ref:`PR_REMOVE_LINK` removes the specified element from its circular list.
 |