HelpPC 2.10
Quick Reference Utility
Copyright 1991 David Jurgens
void *memset( void *s, int ch, size_t n )
- prototype in string.h, mem.h
- memset sets all bytes of s to byte ch, with size of s = n;
returns value of s
Esc or Alt-X to exit
memset
Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann