This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: expalin this syntax pls
- From: Jim Wilson <wilson at redhat dot com>
- To: "Nathan ." <snmptoddler at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 17 Oct 2002 20:30:48 -0400
- Subject: Re: expalin this syntax pls
- References: <F178ZKxsu9cEpSWdHqS00001c4e@hotmail.com>
restrict is a new keyword in ISO C99. It is a type qualifier, like const
and volatile. See the ISO C99 standard, or see a book that explains the
ISO C99 language. This is the current version of the C language. It became
a standard in 1999.
Jim