mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			C
		
	
	
	
	
	
typedef struct
 | 
						|
{
 | 
						|
	uint32_t capacity;
 | 
						|
	uint32_t length;
 | 
						|
	$TYPE$ *internalArray;
 | 
						|
} $NAME$; |