depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
bazel
/
rules_haskell
/
tests
/
data
/
ourclibrary.c
blob: 587d26ba28aab6e1cc1776a8c447a85de7139afc (
plain
) (
blame
)
1
2
3
4
5
#include
<stdint.h>
int32_t
c_add_one
(
int32_t
x) {
return
1
+
x;
}