• scanf & sscanf doesn't work
    Hi all! I have a big problem using the scanf, or sscanf function. As soon I do a call to this function in my programm, the programm does not start! Does anyone has any idea?? Is there any LIB missing...
  • I call sscanf, but the compiler calls scanf instead!
    The following codes show the problem. #include <stdio.h> void main() { char str[10]; sscanf(str, "hello"); } The call tree is: OVERLAY MAP OF MODULE: ssanfTst (MAIN) SEGMENT BIT_GROUP DATA_GROUP...
  • what is the difference between scanf and scanfor?
    what is the difference between scanf and scanfor?
  • printf & scanf problem
    Hi, When I use printf and scanf at the same time then I don't get any output from the Infineon c515c microcontroller to my GUI-Terminal in my PC. But when I either leave out scanf and don't use it...
  • sscanf problem
    i am reciving the gps packet for serial port and written code like as below. rxbuf[100]="081417.138,A,1728.6091,N,07833.8230,E,0.00,49.52,280306,,,A*5E"; main() { sscanf(&RxBuf[0],"%lf,%c,%lf,%c...