8 lines
		
	
	
		
			329 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			329 B
		
	
	
	
		
			Factor
		
	
	
| IN: alien.arrays
 | |
| USING: help.syntax help.markup byte-arrays alien.c-types ;
 | |
| 
 | |
| ARTICLE: "c-arrays" "C arrays"
 | |
| "C arrays are allocated in the same manner as other C data; see " { $link "c-byte-arrays" } " and " { $link "malloc" } "."
 | |
| $nl
 | |
| "C type specifiers for array types are documented in " { $link "c-types-specs" } "." ;
 |