XenevaOS
Loading...
Searching...
No Matches
_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
36extern "C" void* _fastcpy(void* targ, void* src, size_t len);
37
38#endif
void * _fastcpy(void *targ, void *src, size_t len)