Nelze vybrat více než 25 témat
			Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456 | 
							- #include <assert.h>
 - #include <stdlib.h>
 - 
 - #define _mesa_malloc(x)   malloc(x)
 - #define _mesa_free(x)     free(x)
 - #define _mesa_calloc(x)   calloc(1,x)
 
 
  |