Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
transcode.h
Go to the documentation of this file.
1#ifndef INTERNAL_TRANSCODE_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_TRANSCODE_H
13#include <stddef.h> /* for size_t */
14#include "ruby/ruby.h" /* for VALUE */
15#include "ruby/encoding.h" /* for rb_econv_t */
16
17/* transcode.c */
20
21#endif /* INTERNAL_TRANSCODE_H */
Thin wrapper to ruby/config.h.
size_t rb_econv_memsize(rb_econv_t *)
Definition: transcode.c:1712
VALUE rb_cEncodingConverter
Definition: transcode.c:34
unsigned long VALUE
Definition: value.h:38