8 lines
151 B
C
8 lines
151 B
C
#ifndef GBMEMCPY_H_
|
|
#define GBMEMCPY_H_
|
|
|
|
//The function below is legacy. Don't use it in new code
|
|
#define gbmemcpy(xx,yy,zz) memmove(xx,yy,zz)
|
|
|
|
#endif
|