Re: Reference to struct

From: Mike Breuer (mbreuer@new.rr.com)
Date: 06/06/01


----- Original Message -----
From: "Patrick M. O'Laughlin" <pmolaughlin@HOME.COM>
Sent: Wednesday, June 06, 2001 12:11 PM


> const struct test_struct {
>   int test;
>   int test2;
> } the_test[] = {
>  { 1, 2 }, { 2, 3 }
> };
>

extern const struct test_struct the_test[];

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/05/01 PST