From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 21 Nov 1997 10:51:19 -0500 From: erik quanstrom quanstro@Infomkt.ibm.com Subject: [9fans] fprint(int fd, const char* format,...); Topicbox-Message-UUID: 6bb9b69e-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971121155119.HK2s960UHHSHUbcBWI2hFWqlobA_y_ov1z-lHNIPNzM@z> >on Plan 9, you can use > fprint(2, ...); >to print directly to a file descriptor, instead of > fprintf(stderr, ... >avoiding an old library and the possible need to fflush. plan9 does not have a monopoly on this. i have been using the "print" library for years. from the copyright: ; cat COPYRIGHT /* * Copyright 1994 Paul Haahr, Scott Schwartz, Byron Rakitzis. * All rights reserved. [...] sorry, i don't know where it lives in ftp-land off hand. erik