mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
PRSize
 | 
						|
======
 | 
						|
 | 
						|
A type for representing the size of an object (not the size of a
 | 
						|
pointer). This is the same as the corresponding type in ``libc``.
 | 
						|
 | 
						|
 | 
						|
Syntax
 | 
						|
------
 | 
						|
 | 
						|
.. code::
 | 
						|
 | 
						|
   #include <prtypes.h>
 | 
						|
 | 
						|
   typedef size_t PRSize;
 |