N
Nick
Just recently tried to look at the ruby source code and I came across
some constructs that were unfamiliar for me, example:
void rb_secure_update _((VALUE));
Looks like a standard function declaration but before the arguments
there is an underscore. What is that about? Does not look like any
C-construct I have seen, (been programming C for 4 years).
Any information appreciated.
Thanks, Nick
some constructs that were unfamiliar for me, example:
void rb_secure_update _((VALUE));
Looks like a standard function declaration but before the arguments
there is an underscore. What is that about? Does not look like any
C-construct I have seen, (been programming C for 4 years).
Any information appreciated.
Thanks, Nick