Cross Reference: func.c
xref
: /
external
/
v8
/
tools
/
gyp
/
test
/
same-source-file-name
/
src
/
func.c
Home
History
Annotate
Line#
Navigate
Download
only in
func.c
1
#
include
<
stdio.h
>
2
3
void
func
(
void
)
4
{
5
printf
(
"Hello %s from
func.c
\n"
,
PROG
);
6
}
7