xref
: /
linux
/
tools
/
build
/
feature
/
test-libslang.c
(revision 9d796e66230205cd3366f5660387bd9ecca9d336)
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