Posix question

2002-02-20 Thread Lane, Frank L
Hi List, I'm facing a serial write problem. Posix provides a function tcdrain () that blocks until all serial data has been written from the card. Is there an analogous function in the gnu c compiler for windows platforms? Does the gnu c compiler try to give you posix functionality within the

Re: Posix question

2002-02-20 Thread Rogier R. Mulhuijzen
At 16:32 20-2-2002 -0600, Lane, Frank L wrote: Hi List, I'm facing a serial write problem. Posix provides a function tcdrain () that blocks until all serial data has been written from the card. Is there an analogous function in the gnu c compiler for windows platforms? Does the gnu c compiler

Re: Posix question

2002-02-20 Thread Terry Lambert
Lane, Frank L wrote: I'm facing a serial write problem. Posix provides a function tcdrain () that blocks until all serial data has been written from the card. Is there an analogous function in the gnu c compiler for windows platforms? Does the gnu c compiler try to give you posix