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