I have difficulties to implement variable length argument to my C function.

Recommended Answers

All 5 Replies

i have difficulties understanding your question.

Member Avatar for iamthwee

Are you saying you want a function such as:

function ( /* arg1, arg2, arg3, ... , argN */)

Are you saying you want a function such as:

function ( /* arg1, arg2, arg3, ... , argN */)

adatapost>Yes, Variable argument list .. like printf function.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.