Re: What does __restrict do?

2004-02-10 Thread Erik Trulsson
On Tue, Feb 10, 2004 at 02:35:58PM -0500, Bill Moran wrote: > In various places in the source code, for example, in the code for printf(): > > printf(char const * __restrict fmt, ...) > > I understand everything except __restrict. What does that mean/do? Is it > a FreeBSDism? (I can't find any

What does __restrict do?

2004-02-10 Thread Bill Moran
In various places in the source code, for example, in the code for printf(): printf(char const * __restrict fmt, ...) I understand everything except __restrict. What does that mean/do? Is it a FreeBSDism? (I can't find anything about it in any C docs) -- Bill Moran Potential Technologies http: