|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <string.h>
Macros | |
| #define | wsize sizeof(word) |
| #define | wmask (wsize - 1) |
| #define | TLOOP(s) if (t) TLOOP1(s) |
| #define | TLOOP1(s) do { s; } while (--t) |
Typedefs | |
| typedef int | word |
Functions | |
| void * | memcpy (void *dst0, const void *src0, size_t length) |
| #define wmask (wsize - 1) |
| #define wsize sizeof(word) |
| typedef int word |
1.8.15