Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
testobj1_1.c
blob: 2541a5ad1b5915955f20a63619f43ac672bee5f6 [
file
] [
log
] [
blame
] [
edit
]
#include
"testobj.h"
int
obj1func1
(
int
a
)
{
return
42
+
obj1func2
(
a
);
}