Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
f6fbbc09e9cd02b9ff25a5328b5ac82ce1ba1e94
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
firstobj.c
blob: 2e6033eab640e0ff612956c058b5ee7097f02bfd [
file
] [
log
] [
blame
]
#include
<errno.h>
extern
int
foo
(
void
);
int
foo
(
void
)
{
errno
=
0
;
return
0
;
}