Ruby
3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
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.13.2