_Z7qMemSetPvij

Name

qMemSet -- fill memory with a constant byte

Synopsis

#include <QtCore/qglobal.h>

void * qMemSet (void *dest, int c, size_t n);

Description

The qMemSet() function has the same behavior as the memset() function described in POSIX 1003.1-2008 (ISO/IEC 9945-2009).