Ruby
3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
internal
enc.h
1
#ifndef INTERNAL_ENC_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_ENC_H
11
#include "
ruby/encoding.h
"
/* for rb_encoding */
12
13
/* us_ascii.c */
14
extern
rb_encoding OnigEncodingUS_ASCII;
15
16
/* utf_8.c */
17
extern
rb_encoding OnigEncodingUTF_8;
18
19
#endif
/* INTERNAL_ENC_H */
encoding.h
Encoding relates APIs.
Generated by
1.14.0