Skip to main content
Visitor II
December 3, 2020
Solved

how can i use sprintf()

  • December 3, 2020
  • 5 replies
  • 1941 views

i want bto use sprintf() in my application what libraries i have to use

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    sprintf requires:

    #include <stdio.h>

    Good luck!

    /Peter

    5 replies

    Technical Moderator
    December 3, 2020

    sprintf requires:

    #include <stdio.h>

    Good luck!

    /Peter

    TrinuAuthor
    Visitor II
    December 3, 2020

    Thank you very much Peter for your kindness.

    Technical Moderator
    December 3, 2020

    You're welcome.

    When your question is answered, please close this topic by choosing Select as Best.

    /Peter

    TrinuAuthor
    Visitor II
    December 14, 2020

    hi, here I am using the stm8s003k3 micro-controller.

    In my appilication i am configure the controlller to external interrupts

    here the controller is executing the external interrupt handler only.

    how can i come out of the handler function.

    note:the input is toggle input.

    Technical Moderator
    December 14, 2020

    Please create a new topic as the original one has already been answered.

    Thanks and regards

    /Peter