Ruby
3.4.4p34 (2025-05-14 revision a38531fd3f617bf734ef7d6c595325f69985ea1d)
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