Name

fill:core — ordinary primitive

Synopsis

FORTH
FILL ( mem-addr mem-length char -- )(); 
 ;

Description

fill a memory area with the given char, does now simply call memset()

dpANS .6.1.1540 - standard forth word