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