Save a few more bytes by making memcpy memmove
This commit is contained in:
parent
f5fdb1d5dd
commit
b09db6ef9a
|
@ -61,5 +61,8 @@ typedef unsigned char byte_t;
|
||||||
#define NULL ((void *) 0)
|
#define NULL ((void *) 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Save some space
|
||||||
|
#define memcpy memmove
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue