Cross Reference: func5.c
xref
: /
external
/
v8
/
tools
/
gyp
/
test
/
builddir
/
src
/
func5.c
Home
History
Annotate
Line#
Navigate
Download
only in
func5.c
1
#
include
<
stdio.h
>
2
3
void
func5
(
void
)
4
{
5
printf
(
"Hello from
func5.c
\n"
);
6
}
7