Hello,
Is anybody knows inline function supported in keil in c?
Please advise if there any alternative to do inline function?
or is there any jump function in keil c as I have a program written that branched to to many function and it stops working.
Thanks.
Please advise if there any alternative to do inline function? plenty, just study "coding techniques"
what do you hope to gain by using inline in a program that stop working for reasons unknown to you, do you think inline magically removes bugs?
branched to to many function and it stops working. check your stack (size)
Erik