index
:
lkm-keylogger
master
Unnamed repository; edit this file 'description' to name the repository.
Atanas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
daemon
/
main.c
blob: 876c00451c41e7fa0bff36a2be865d362b2e488b (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
#include
"test-util.h"
int
main
(
void
)
{
hello
();
return
0
;
}