#char (*tp[N])[] ?
06-Aug-93 20:15:54
Sb: #36226-#char (*tp[N])[] ?
Fm: Jeff Pratt 76057,3645
To: Dale Larson 76702,654
Dale,
the WHERE stuff I should have left out of the example. The way I use
it, I #define something before including the header if and only if the
module that's including it is the one where I want the space for the
variable to be; then in the header file I define "WHERE" to be just a
blank (well, a comment actually) if so; otherwise, WHERE gets defined to
be "extern"…
Your example of char *'s is quite clear, thanks… now, how would I go
about setting up an array of pointers to arrays of char *'s ?
thanks for taking a look at that mess….
(auto-piloted from)
JcP