Ruby  2.1.10p492(2016-04-01revision54464)
miniinit.c
Go to the documentation of this file.
1 /**********************************************************************
2 
3  miniinit.c -
4 
5  $Author$
6  created at: Thu Jul 11 22:09:57 JST 2013
7 
8  Copyright (C) 2013 Yukihiro Matsumoto
9 
10 **********************************************************************/
11 
12 #include "ruby/ruby.h"
13 #include "ruby/encoding.h"
14 
15 /* loadpath.c */
16 const char ruby_exec_prefix[] = "";
17 const char ruby_initial_load_paths[] = "";
18 
19 /* localeinit.c */
20 VALUE
22 {
23  return rb_usascii_str_new2("ASCII-8BIT");
24 }
25 
26 int
28 {
30 }
#define rb_usascii_str_new2
VALUE rb_locale_charmap(VALUE klass)
Definition: localeinit.c:23
const char ruby_exec_prefix[]
Definition: loadpath.c:59
#define rb_enc_to_index(enc)
rb_encoding * rb_default_external_encoding(void)
Definition: encoding.c:1366
const char ruby_initial_load_paths[]
Definition: loadpath.c:62
klass
Definition: tcltklib.c:3496
unsigned long VALUE
Definition: ripper.y:88
int Init_enc_set_filesystem_encoding(void)
Definition: localeinit.c:51