#include <sys/types.h>
Go to the source code of this file.
Defines | |
| #define | TLOOP(s) if (t) TLOOP1(s) |
| #define | TLOOP1(s) do { s; } while (--t) |
| #define | wmask (wsize - 1) |
| #define | wsize sizeof(word) |
Typedefs | |
| typedef int | word |
Functions | |
| void * | memmove (void *dst0, const void *src0, size_t length) |
1.5.5