PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
memcpy_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"
Include dependency graph for memcpy_s.c:

Go to the source code of this file.

Functions

errno_t memcpy_s (void *_RESTRICT s1, rsize_t s1max, const void *_RESTRICT s2, rsize_t n)
 

Function Documentation

◆ memcpy_s()

errno_t memcpy_s ( void *_RESTRICT  s1,
rsize_t  s1max,
const void *_RESTRICT  s2,
rsize_t  n 
)

Definition at line 9 of file memcpy_s.c.

Here is the call graph for this function:
Here is the caller graph for this function: