_MemFill( ) API Library Routine
Fills an area of memory starting at the location pointed to by ptr with length copies of the byte in character.
void _MemFill(void FAR *ptr, int character, unsigned int length) void FAR *ptr; /* Starting point for fill. */ int character; /* Character for fill. */ unsigned int length; /* How many bytes to fill. */ |
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08