added docs for 'type' argument to memset

This commit is contained in:
John Clements 2010-08-25 15:16:05 -07:00
parent 92ce3ca02d
commit c636aeb840

View File

@ -185,7 +185,10 @@ and source overlap.}
Similar to @scheme[memmove], but the destination is uniformly filled
with @scheme[byte] (i.e., an exact integer between 0 and 255
inclusive).}
inclusive). When a @scheme[type] argument is present, the result
is that of a call to memset with no @scheme[type] argument and the
@scheme[count] multiplied by the size associated with the
@scheme[type].}
@defproc[(cpointer-tag [cptr cpointer?]) any]{