Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / basis / alien / arrays / arrays-docs.factor
blobc5efe1e030e7e711278f984c21fe7c5aa782ec0f
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