cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use sprintf()

Trinu
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

sprintf requires:

#include <stdio.h>

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
Peter BENSCH
ST Employee

sprintf requires:

#include <stdio.h>

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Trinu
Associate III

Thank you very much Peter for your kindness.

Peter BENSCH
ST Employee

You're welcome.

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

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Trinu
Associate III

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.

Peter BENSCH
ST Employee

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

Thanks and regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.