2 USING: help.syntax help.markup byte-arrays alien.c-types ;
\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
7 "C type specifiers for array types are documented in " { $link "c-types-specs" } "." ;
\r