Mengjiang Liu wrote: > i am reading the ruby source, but the follow inits.c confused me. > please give some advices, thanks! > > what's meaning of the "Init_Array _((void));"? > is it a funtion declare or a macro? It's a function declaration. Init_Array is an external function that is defined in array.c. -- Posted via http://www.ruby-forum.com/.