]> gitweb.factorcode.org Git - factor.git/blob - basis/alien/arrays/arrays-docs.factor
db4a7bf5958daa9910b75fcf9c50fa6ac4c801a2
[factor.git] / basis / alien / arrays / arrays-docs.factor
1 IN: alien.arrays\r
2 USING: help.syntax help.markup byte-arrays alien.c-types ;\r
3 \r
4 ARTICLE: "c-arrays" "C arrays"\r
5 "C arrays are allocated in the same manner as other C data; see " { $link "c-byte-arrays" } " and " { $link "malloc" } "."\r
6 $nl\r
7 "C type specifiers for array types are documented in " { $link "c-types-specs" } "."\r
8 $nl\r
9 "Specialized sequences are provided for accessing memory as an array of primitive type values. These sequences are implemented in the " { $vocab-link "specialized-arrays" } " vocabulary set. They can also be loaded and constructed through their primitive C types:"\r
10 { $subsection require-c-array }\r
11 { $subsection <c-array> }\r
12 { $subsection <c-direct-array> } ;\r