Thanks both of you! In addition to a solution, I increased my understanding,
which is even more valuable.
--
View this message in context:
http://www.nabble.com/Using--mno-cygwin-causes-different-program-behavior-tp20825507p20847165.html
Sent from the Cygwin list mailing list archive at Nabble.c
Hello,
Here's the source:
#include
int main(){
/* local variable */
char name[25];
printf("What is your name?\n");
gets( name );
printf("Hello, %s!\n",name);
}
If I compile using the following command line argument:
$ gcc -o ioProg1 ioProg1.c
I check to see which DLL it's using wh
2 matches
Mail list logo