|
From: Steven E. <Ste...@ya...> - 2002-06-13 17:23:45
|
I don't know if anyone addressed this but there was no followup in the user support board on ReactOS.com Author: gl (---.irtel.ru) Date: 06-02-02 03:24 It seems that sscanf is not correctly done.Am I right? This program hangs on sscanf: ---- int main(int argc, char *argv[]){ int i; if(argc>1) { sscanf(argv[1], "%i", &i); printf("%i\n", i); return 0; }; }; Thanks Steven "Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson |