minor doc update to ffi/cvector

This commit is contained in:
John Clements 2010-09-25 09:55:34 -07:00
parent b2e86f272e
commit c0e34a7166

View File

@ -25,7 +25,8 @@ needed.}
@defproc[(make-cvector [type ctype?] [length exact-nonnegative-integer?]) cvector?]{
Allocates a C vector using the given @scheme[type] and
@scheme[length].}
@scheme[length]. The resulting vector is not guaranteed to
contain any particular values.}
@defproc[(cvector [type ctype?] [val any/c] ...) cvector?]{