Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 437 Bytes

API_VARARG.md

File metadata and controls

24 lines (13 loc) · 437 Bytes

vararg Extensions

The mulle-objc runtime augments mulle-vararg with two convenience macros.

Macros

mulle_vararg_count_objects

mulle_vararg_count_objects( args, obj)

A convenient synonym for mulle_vararg_count_pointers.

mulle_vararg_next_object

mulle_vararg_next_object( args)

A convenient synonym for mulle_vararg_next_pointer.