XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Process
DeodhaiXR
_fastcpy.h
Go to the documentation of this file.
1
#pragma once
31
#ifndef __FASTCPY_H__
32
#define __FASTCPY_H__
33
34
#include <stdint.h>
35
36
extern
"C"
void
*
_fastcpy
(
void
* targ,
void
* src,
size_t
len);
37
38
#endif
_fastcpy
void * _fastcpy(void *targ, void *src, size_t len)
Generated by
1.9.8