C underscore prototype syntax
Posted
by lobsterriffic
on Stack Overflow
See other posts from Stack Overflow
or by lobsterriffic
Published on 2010-04-21T22:42:30Z
Indexed on
2010/04/21
22:53 UTC
Read the original article
Hit count: 199
I was trying to compile a ruby module, and my compiler choked. I think it might have something to do with a line in ruby.h:
void rb_check_type _((VALUE,int));
I've never seen this _ syntax before. What does it mean? Could it cause problems for my compiler (Visual Studio)?
© Stack Overflow or respective owner