Linux Source Code
Home
Release:
6.8
test-fortify-source.c
Directory:
tools/build/feature
Added: 2013-10-07
By: Ingo Molnar
Highlighting
Reset All
By Author
By Age
By Commit
──────────
Arnaldo Carvalho de Melo
Ingo Molnar
Overall
main (void)
Contributors:
2
Author
Tokens
Token Proportion
Commits
Commit Proportion
Ingo Molnar
16
94.12%
1
50.00%
Arnaldo Carvalho de Melo
1
5.88%
1
50.00%
Total
17
2
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void) { return puts("hi"); }