Hi Bruno, On Sat, Jul 02, 2011 at 05:54:43PM +0200, Bruno Haible wrote: > Which places do you read, or do have have occiasionally read, and on which > lessons / tutorials about C programming with POSIX API would be expected or > welcome?
planet.gnu.org seems appropriate to me, but it only aggregates blog posts, so if you don't have a blog (and don't want to create one), then it might not work for you. That said, any other option is fine with me of course too. > I've written some text about "How to read from standard input" [1] (lessons > learned by discussing with Pádraig Brady) and would like to publish that, > in a medium that does not come with advertisements. > [1] http://www.haible.de/bruno/mycat-blog.txt In the first example using 'read', don't you have to take care of EINTR so that './mycat9 < file' doesn't drop forget half the file after being suspended and continued again? Thanks for the writeup, very clear and interesting to read! Ralf