From: Martin Str|mberg Message-Id: <199902012237.XAA02309@father.ludd.luth.se> Subject: Re: llseek() name? To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Mon, 1 Feb 1999 23:37:49 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I said: > Prototype for llseek(): > offset_t llseek(int fildes, offset_t offset, int whence); > > off_t is a long. > > offset_t is a long long. How about offset_t then? Does that one also need an "_"? Right, MartinS