privacore-open-source-searc.../gbmemcpy.h
2018-07-26 17:01:42 +02:00

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