Date: Mon, 9 Aug 1999 11:23:27 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Stefan Viljoen cc: djgpp AT delorie DOT com Subject: Re: Inline? In-Reply-To: <7okqg2$7lc$2@ctb-nnrp1.saix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 8 Aug 1999, Stefan Viljoen wrote: > Is this in the FAQ? > > What is "inline" exactly? It's in the GCC docs. There are two different things: inline assembly and the `inline' declaration of functions. Both are described in two different sections under the chapter "C Extensions" of the GCC manual.