xref
: /
openbmc
/
linux
/
tools
/
build
/
feature
/
test-libslang.c
(revision 9cfc5c90)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
slang.h
>
2
3
int
main
(
void
)
4
{
5
return
SLsmg_init_smg
();
6
}
7