Path: utzoo!attcan!uunet!husc6!cmcl2!adm!xadmx!Pabbisetty.henr@xerox.com From: Pabbisetty.henr@xerox.com (Nagesh Pabbisetty) Newsgroups: comp.unix.wizards Subject: FILE structure in stdio.h Message-ID: <17521@adm.BRL.MIL> Date: 14 Nov 88 21:45:42 GMT Sender: news@adm.BRL.MIL Lines: 23 Here is an easy one for the wizards: On Sun3, /usr/include/stdio reads as follows: extern struct _iobuf { int _cnt; unsigned char *_ptr; unsigned char *_base; int _bufsiz; short _flag; char _file; /* should be short */ } _iob[]; Could someone tell me 1."what" is stored in each of these fields? OR 2. What is their significance. Thanks.... Nagesh