Path: utzoo!attcan!uunet!lll-winken!arisia!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.std.c Subject: Re: What's a good prototype for write(2)? Message-ID: <582@quintus.UUCP> Date: 27 Oct 88 07:37:04 GMT References: <902@vsi.COM> <4507@bsu-cs.UUCP> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Distribution: comp Organization: Quintus Computer Systems, Inc. Lines: 3 In article <4507@bsu-cs.UUCP> dhesi@bsu-cs.UUCP (Rahul Dhesi) writes: > extern unsigned int write (int fd, void *, unsigned int count); ^^^^^^^^^^^^ ^^^^^^^^^^^^ Shouldn't these be "size_t", or am I more than usually confused?