Linux Source Code
Home
Release:
6.8
test-libslang.c
Directory:
tools/build/feature
Added: 2013-09-30
By: Ingo Molnar
Highlighting
Reset All
By Author
By Age
By Commit
──────────
Greg Kroah-Hartman
Ingo Molnar
Overall
main (void)
Contributors:
2
Author
Tokens
Token Proportion
Commits
Commit Proportion
Ingo Molnar
14
93.33%
1
50.00%
Greg Kroah-Hartman
1
6.67%
1
50.00%
Total
15
2
// SPDX-License-Identifier: GPL-2.0
#include <slang.h>
int main(void) { return SLsmg_init_smg(); }