|
The byfill() function fills a specified area with one character.
Important: Take care not to overwrite areas of memory adjacent to the area that you want byfill() to fill.
Example
This sample program is in the byfill.ec file in the demo directory.