factor/basis/alien/arrays/arrays-docs.factor

8 lines
329 B
Factor
Raw Normal View History

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
2008-11-14 21:18:16 -05:00
"C type specifiers for array types are documented in " { $link "c-types-specs" } "." ;