Ruby
3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
internal
st.h
1
#ifndef INTERNAL_ST_H
2
#define INTERNAL_ST_H
3
4
#include "include/ruby/st.h"
5
6
st_table *rb_st_replace(st_table *new_tab, st_table *old_tab);
7
#define st_replace rb_st_replace
8
st_table *rb_st_init_existing_table_with_size(st_table *tab,
const
struct
st_hash_type *type, st_index_t size);
9
#define st_init_existing_table_with_size rb_st_init_existing_table_with_size
10
11
#endif
Generated by
1.13.2