Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
86a8c0faacc1d977adc9480f973b0fff4eb6a4e1
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
firstobj.c
blob: 2e6033eab640e0ff612956c058b5ee7097f02bfd [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#include
<errno.h>
2
3
extern
int
foo
(
void
);
4
5
int
6
foo
(
void
)
7
{
8
errno
=
0
;
9
return
0
;
10
}