Ilya Konstantinov <[EMAIL PROTECTED]> writes: > I'm not sure how you get to code plain C and POSIX-clean code all > day
Easy, I always compile with -pedantic and lots of warnings on, and my personal template for C and C++ code includes #define _POSIX_SOURCE 1 This way the compiler tells me whenever I stray from the only true path (tm). There is no effort on my part... You can try it, too. Here, one of the best-kept industry secrets (judging by how many people take advantage of it) is finally out. ;-) -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]