From c636aeb8406f62354c09495d135ea9bdb0f4cac2 Mon Sep 17 00:00:00 2001 From: John Clements Date: Wed, 25 Aug 2010 15:16:05 -0700 Subject: [PATCH] added docs for 'type' argument to memset --- collects/scribblings/foreign/pointers.scrbl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/foreign/pointers.scrbl b/collects/scribblings/foreign/pointers.scrbl index 41fba3ee77..db13f38617 100644 --- a/collects/scribblings/foreign/pointers.scrbl +++ b/collects/scribblings/foreign/pointers.scrbl @@ -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]{