#include "xed-types.h"Go to the source code of this file.
Defines | |
| #define | REINTERPRET_CAST(x, y) ((x) (y)) |
| #define | STATIC_CAST(x, y) ((x) (y)) |
| #define | XED_FMT_08X "%08x" |
| #define | XED_FMT_9U "%9u" |
| #define | XED_FMT_D "%d" |
| #define | XED_FMT_LD "%lld" |
| #define | XED_FMT_LU "%llu" |
| #define | XED_FMT_LU12 "%12llu" |
| #define | XED_FMT_LX "%llx" |
| #define | XED_FMT_LX16 "%016llx" |
| #define | XED_FMT_SIZET "%d" |
| #define | XED_FMT_U "%u" |
| #define | XED_FMT_X "%x" |
| #define | XED_INLINE __inline |
| #define | XED_MAX(a, b) (((a) > (b)) ? (a):(b)) |
| #define | XED_MIN(a, b) (((a) < (b)) ? (a):(b)) |
| #define | XED_NOINLINE __declspec(noinline) |
| #define | XED_NORETURN __declspec(noreturn) |
Functions | |
| XED_DLL_EXPORT void | xed_strcat (char *dst, const char *src) |
| XED_DLL_EXPORT void | xed_strcpy (char *dst, const char *src) |
| XED_DLL_EXPORT xed_uint_t | xed_strlen (const char *s) |
| XED_DLL_EXPORT int | xed_strncat (char *dst, const char *src, int len) |
| returns the number of bytes remaining for the next use of xed_strncpy() or xed_strncat() . | |
| XED_DLL_EXPORT int | xed_strncpy (char *dst, const char *src, int len) |
| returns the number of bytes remaining for the next use of xed_strncpy() or xed_strncat() . | |
Definition in file xed-portability.h.
|
|
Definition at line 39 of file xed-portability.h. |
|
|
Definition at line 38 of file xed-portability.h. |
|
|
Definition at line 93 of file xed-portability.h. |
|
|
Definition at line 96 of file xed-portability.h. |
|
|
Definition at line 94 of file xed-portability.h. |
|
|
Definition at line 109 of file xed-portability.h. |
|
|
Definition at line 107 of file xed-portability.h. |
|
|
Definition at line 108 of file xed-portability.h. |
|
|
Definition at line 106 of file xed-portability.h. |
|
|
Definition at line 110 of file xed-portability.h. |
|
|
Definition at line 117 of file xed-portability.h. |
|
|
Definition at line 95 of file xed-portability.h. |
|
|
Definition at line 92 of file xed-portability.h. |
|
|
Definition at line 129 of file xed-portability.h. |
|
|
Definition at line 140 of file xed-portability.h. |
|
|
Definition at line 141 of file xed-portability.h. |
|
|
Definition at line 133 of file xed-portability.h. |
|
|
Definition at line 135 of file xed-portability.h. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
returns the number of bytes remaining for the next use of xed_strncpy() or xed_strncat() .
|
|
||||||||||||||||
|
returns the number of bytes remaining for the next use of xed_strncpy() or xed_strncat() .
|
1.4.6