Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
transcode.h
1#ifndef INTERNAL_TRANSCODE_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_TRANSCODE_H
11#include "ruby/internal/config.h"
12#include <stddef.h> /* for size_t */
13#include "ruby/ruby.h" /* for VALUE */
14#include "ruby/encoding.h" /* for rb_econv_t */
15
16/* transcode.c */
17extern VALUE rb_cEncodingConverter;
18size_t rb_econv_memsize(rb_econv_t *);
19
20#endif /* INTERNAL_TRANSCODE_H */
Encoding relates APIs.
uintptr_t VALUE
Type that represents a Ruby object.
Definition value.h:40