DSP-RPC_POSIX Weekly Report #8

Hi all,

My weekly report is available for viewing at

http://maltanar.blogspot.com/2010/07/weekly-report-8.html

or as pasted below.

Regards,
Yaman

For specific varadic functions the arguments are well defined, but
they need to be processed individually. e.g. scanf and printf's
arguments are completely defined by the format string.

My bad - that's what I meant. For printf and scanf (as well as many
other C lib variadics) the args are fully determined by the format
string, but the user may have some other exotic way of doing things
for their custom-written variadics.

Yaman

Oh right, yep. Although there's often fairly simple conventions like
a count or a 0 terminator too.