Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
swift
/
6 modulemap
/
mylib.c
blob: e091836bcfa657797e1aaab95e0b3e5439a54d9b (
plain
)
1
2
3
4
5
#include
"mylib.h"
int
getNumber
()
{
return
42
;
}