restrict in c99

Andreas Schwab schwab@suse.de
Fri Feb 6 18:11:00 GMT 2004


Mike Stump <mrs@apple.com> writes:

> Is there any valid spelling for:
>
> int regexec(int [] restrict);
>
> that involves using [] and not *?

int regexec(int[restrict]);

See 6.7.5.3#7.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc mailing list