• 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...
  • 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...
  • sscanf problems
    I'm trying to compile a C C51 based program using Keil compiler, v 7.04. sscanf works properly using the emulator, but hangs when running the application on the C51 based processor. Is there any...
  • 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...
  • 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...