• 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...
  • 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...
  • 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?