Ruby
3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
internal
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 */
17
extern
VALUE
rb_cEncodingConverter;
18
size_t
rb_econv_memsize(
rb_econv_t
*);
19
20
#endif
/* INTERNAL_TRANSCODE_H */
encoding.h
Encoding relates APIs.
ruby.h
rb_econv_t
Definition
transcode.c:130
VALUE
uintptr_t VALUE
Type that represents a Ruby object.
Definition
value.h:40
Generated by
1.10.0