OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [src2html1.4a/] [Ctags/] [z.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#define fred 23
2
#define jim(a) (a+2)
3
 
4
int helo;
5
 
6
struct thing {
7
        int v;
8
} doris;
9
 
10
union what {
11
        int v;
12
        char q;
13
} mary;
14
 
15
enum thinddd { 1,2,3,4,5 } zoo;
16
 
17
typedef unsigned int uinty;
18
 
19
int rain()
20
 { printf("Hello world\n"); }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.