root/misc/alpt.c

Revision 966, 67 bytes (checked in by alpt, 2 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 struct {
2         struct {
3                 struct {
4                         int t;
5                 } p;
6         } l;
7 } a;
8 a.l.p.t;
Note: See TracBrowser for help on using the browser.