source: rtems/doc/tools/src2html1.4a/Ctags/z.c @ 52461c5

4.104.114.84.95
Last change on this file since 52461c5 was 52461c5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 16:03:45

New files

  • Property mode set to 100644
File size: 224 bytes
Line 
1#define fred 23
2#define jim(a) (a+2)
3
4int helo;
5
6struct thing {
7        int v;
8} doris;
9
10union what {
11        int v;
12        char q;
13} mary;
14
15enum thinddd { 1,2,3,4,5 } zoo;
16
17typedef unsigned int uinty;
18
19int rain()
20 { printf("Hello world\n"); }
Note: See TracBrowser for help on using the repository browser.