repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git]
/
shotgun
/
lib
/
numeric.h
blob
1338c8a275fafea9e2c8a3792eb56b30f4138625
1
#ifndef RBS_NUMERIC_H
2
#define RBS_NUMERIC_H
3
4
OBJECT
numeric_coerce
(
STATE
,
OBJECT a
,
OBJECT b
);
5
6
#endif
7