index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
llvm
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
modules-inline-functions
/
myModule.c
blob: ad3c85d155e46f49e0baa9e6b5488af580fd3c46 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"myModule.h"
int
notInline
()
{
return
3
;
}