Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: "Antony Arciuolo" Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: Including stuff Date: Wed, 9 Dec 1998 21:30:34 -0500 Organization: SCEA News Server Lines: 22 Message-ID: <74naq1$6o66@scea> References: <74nale$6o65@scea> NNTP-Posting-Host: aarciuol.pc.trincoll.edu X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Just a further note on this topic... I use #ifndef TRIG_H #define TRIG_H ... #endif on the header and my main looks like: #include "trig.h" void main(void) { ... } - Tony