Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: notesfiles Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!hao!hplabs!hp-pcd!hpcnoe!dat From: dat@hpcnoe.UUCP (dat) Newsgroups: net.lang.c Subject: Re: Variables Message-ID: <4800005@hpcnoe.UUCP> Date: Tue, 20-Nov-84 23:45:00 EST Article-I.D.: hpcnoe.4800005 Posted: Tue Nov 20 23:45:00 1984 Date-Received: Fri, 30-Nov-84 07:08:36 EST References: <4583@ukc.UUCP> Organization: Hewlett-Packard - Fort Collins, CO Lines: 16 Nf-ID: #R:ukc:-458300:hpcnoe:4800005:000:439 Nf-From: hpcnoe!dat Nov 25 20:45:00 1984 Also, a standard mechanism to avoid collision of variables in libraries with those in the calling program is to use leading under- lines...so you could have the library structured like; static int _myvar1, _myvar2;and so on. This is REALLY useful if your library has lots of variables! Dave Taylor ----------- "These opinions represent very little of worth, but they are worthwhile!" -- Dr. Littleton, Esq.