Re: version 4.03 gets() function warning
- Posted by DerekParnell (admin) Nov 06, 2011
- 1352 views
ne1uno said...
Enter a short sequence like ' abcd ' : abcd {97,98,99,100,10} wat4.0 eui & euc translated {97,98,99,100,10} wat4.1 {97,98,99,100,13,10} minGW 4.0 eui & euc translated {97,98,99,100,13,10} minGW 4.1 eui & euc translatedcorrecting test for minGW 4.1 is the same as 4.0.4 using recent sources.
eubind for all versions are the same as eui/euc.
This looks like a mistake. As far as know, lines returned by gets() should always be terminated with a LF and not a CR-LF sequence, regardless of the platform or compiler used.