include/ruby/st.h File Reference
#include "ruby/defines.h"
Go to the source code of this file.
Define Documentation
| #define SIZEOF_ST_INDEX_T SIZEOF_VOIDP |
| #define ST_DATA_COMPATIBLE_P |
( |
type |
|
) |
0 |
| #define ST_DATA_T_DEFINED |
| #define st_hash_start |
( |
h |
|
) |
((st_index_t)(h)) |
| #define ST_INDEX_BITS (sizeof(st_index_t) * CHAR_BIT) |
| #define st_is_member |
( |
table, |
|
|
key |
|
) |
st_lookup((table),(key),(st_data_t *)0) |
| #define st_strcasecmp st_locale_insensitive_strcasecmp |
| #define st_strncasecmp st_locale_insensitive_strncasecmp |