repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.7.7
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libslang-include-subdir.c
blob
3ea47ec7590e2e8336b14061c12b94302c9f82ec
1
// SPDX-License-Identifier: GPL-2.0
2
#include <slang/slang.h>
3
4
int
main
(
void
)
5
{
6
return
SLsmg_init_smg
();
7
}