| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 13 Dec 1999 10:52:46 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | "Vani R." <vani AT accord-soft DOT com> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: Regarding C and C++ built-in variables |
| In-Reply-To: | <Pine.LNX.3.96.991213120640.363A-100000@vani> |
| Message-ID: | <Pine.SUN.3.91.991213105102.29470X-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, 13 Dec 1999, Vani R. wrote: > We know that C and C++ header files contains some built-in variables > like __attribute__, __extension__, __typeof__ etc., Is there any way by > which I can get a list of all these variables from all the header files. Either grep (from v2gnu/grepNNb.zip) or ID-utils (from v2gnu/idu32b.zip) can help you find all those identifiers. Here's (an untested) command for Grep: grep __[a-zA-Z]__ include/.../*.h Why do you need that, anyway?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |