repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
struct-1.c
blob
d6c03e7b84df92fd6d355776013d6ce75a8f0191
1
#include
"struct-1.h"
2
3
struct
ChainSearchRecord
{
4
int
identity
;
5
};
6
typedef
struct
ChainSearchRecord ChainSearchRecord
;
7
void
foo
(
ChainSearchPtr s
)
8
{
9
s
->
identity
=
0x6a73616d
;
10
}
11