![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
EDL portability wrappers around memset()
, memcpy()
and memcmp()
to allow EDL to use alternate implementations where necessary.
More...
Go to the source code of this file.
Macros | |
#define | EDLmemset(buffer, mark, size) |
#define | EDLmemcpy(dest, src, size) |
#define | EDLmemcmp(dest, src, size) |
EDL portability wrappers around memset()
, memcpy()
and memcmp()
to allow EDL to use alternate implementations where necessary.
#define EDLmemcmp | ( | dest, | |
src, | |||
size ) |
#define EDLmemcpy | ( | dest, | |
src, | |||
size ) |
#define EDLmemset | ( | buffer, | |
mark, | |||
size ) |