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