Training
Consulting
Tools
xref
: /
hal_espressif-3.6.0
/
tools
/
test_apps
/
build_system
/
ldgen_test
/
main
/
src2.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
func4(void)
3
void
func4
(
void
)
4
{
5
printf
(
"Hello from func4!\n"
);
6
}
7