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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.base/] [opaque1.c] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 jlechner
struct foo {
2
    int a;
3
    int b;
4
} afoo = { 1, 2};
5
 
6
struct foo *getfoo ()
7
{
8
    return (&afoo);
9
}
10
 
11
#ifdef PROTOTYPES
12
void putfoo (struct foo *foop)
13
#else
14
void putfoo (foop)
15
     struct foo *foop;
16
#endif
17
{
18
}

powered by: WebSVN 2.1.0

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