index
:
cgit_auth
master
syslog
Authentication mechanism for cgit
hybrid
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: a0318ef8156b853bd82a7b1e49413a4a95979d85 (
plain
)
1
2
3
4
5
6
#include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) { return 0; }