Online 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                                                                                                                                                                                                                        
[helppc.bosbyte.nl]                 memset                    Home  Back  Topics