PatchworkOS
Loading...
Searching...
No Matches
memset_s.c File Reference
#include "common/use_annex_k.h"
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "common/constraint_handler.h"

Go to the source code of this file.

Functions

errno_t memset_s (void *s, rsize_t smax, int c, rsize_t n)
 

Function Documentation

◆ memset_s()

errno_t memset_s ( void *  s,
rsize_t  smax,
int  c,
rsize_t  n 
)

Definition at line 9 of file memset_s.c.

References _CONSTRAINT_VIOLATION, _constraintHandler, EINVAL, memset(), and NULL.