Hi all, Michel Bardiaux wrote: [...] > Indeed that is consistent with the style of say avcodec.h. > > But then why is there "extern void fprintf" in stdio.h? I suspect the real question is: what's the point in adding the "extern" keyword to the prototype of a function? Luca