OpenGrok
Cross Reference: lib1.c
xref
: /
external
/
chromium_org
/
tools
/
gyp
/
test
/
additional-targets
/
src
/
dir1
/
lib1.c
Home
|
History
|
Annotate
|
Download
|
only in
dir1
1
#
ifdef
_WIN32
2
__declspec
(
dllexport
)
3
#
endif
4
int
func1
(
void
) {
5
return
42
;
6
}
7