va_end(argList)

General discussion on mikroC PRO for PIC32.
Post Reply
Author
Message
rev
Posts: 6
Joined: 14 Nov 2016 10:10

va_end(argList)

#1 Post by rev » 12 Dec 2016 07:08

Hi all, i am porting a project across to the mikro C pro PIC32 compiler.
I need to use the stdarg library so have included stdarg.h.
I am getting an error "undeclared identifier 'va_end' in expression".
If i check the header file i see there is va_start and va_arg but no va_end.
Any suggestions on how i can fix this issue ?

Thanks
Paul

User avatar
nadir.celebic
mikroElektronika team
Posts: 465
Joined: 15 Jun 2016 13:19

Re: va_end(argList)

#2 Post by nadir.celebic » 12 Dec 2016 14:16

Hi,

Can you please attach your project in a zip file, so I could test it?

Regards,
Nadir

feuerwolf
Posts: 95
Joined: 09 Nov 2012 16:00
Location: Switzerland

Re: va_end(argList)

#3 Post by feuerwolf » 22 Jun 2022 12:01

Why are some topics here closed by "please send me project" ?

I would need the "va_end(arp);" but its not included in stdarg.h in mikro C pro PIC32 compiler

I need it because i want to implement cahns Fatfs , because again mikroe SD libray does not work 100% stable. I already made accepted bug reports but i am over it and sadly i have to stick to that compiler and cant change.

is there a similar compiler directive in mikro C pro PIC32 compiler i can use insted of "va_end(arp);"

regards, Alex

Post Reply

Return to “mikroC PRO for PIC32 General”