This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: expalin this syntax pls


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]