repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ruby/strscan] jruby: Check if len++ walked off the end
[ruby.git]
/
prism_init.c
blob
ddc87fad855b09306732798eb1f7db69ba068a23
1
#include
"prism/extension.h"
2
3
void
ruby_init_ext
(
const char
*
name
,
void
(*
init
)(
void
));
4
5
void
6
Init_Prism
(
void
)
7
{
8
ruby_init_ext
(
"prism/prism.so"
,
Init_prism
);
9
}