index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
74 pkgconfig prefixes
/
val2
/
val2.c
blob: d7d4857303f7f64db100c62b34ce06bccb997546 (
plain
)
1
2
3
4
#include
"val1.h"
#include
"val2.h"
int
val2
(
void
)
{
return
val1
()
+
2
;
}