OpenGrok
Cross Reference: reproducability.c
xref
: /
development
/
vndk
/
tools
/
header-checker
/
tests
/
integration
/
c_and_cpp
/
reproducability.c
Home
|
History
|
Annotate
|
Download
|
only in
c_and_cpp
1
#
include
<
reproducability_c.h
>
2
3
int
repro
(
struct
ShouldRepro
*s) {
4
return
s->a;
5
}
6
7