Re: parsing variable arg lists via va_list pointers (any gurus here?)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Nilsson

    Re: parsing variable arg lists via va_list pointers (any gurus here?)

    On Jun 4, 1:20 am, Amandil <mazwo...@gmail .comwrote:
    How about each parsing function returns the va_list
    object after it's done with it.
    ...
    You could try
      va_list parse_half_of_a rg_list(va_list args)
      {
    That violates a constraint on implementations where
    va_list is an array.

    --
    Peter
Working...