This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Inline function in c

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.

Parents
  • 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

Reply
  • 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

Children
No data