Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
firstobj.c
blob: 2e6033eab640e0ff612956c058b5ee7097f02bfd [
file
] [
log
] [
blame
] [
edit
]
#include
<errno.h>
extern
int
foo
(
void
);
int
foo
(
void
)
{
errno
=
0
;
return
0
;
}