Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfb7a8a8bac0aaa6dc1463890b5fd1dd495fdbff
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
e_obj.c
blob: 02624ebfc2c363932db49296ebe085c3888ec8a0 [
file
]
#ifndef
OBJE
# error "OBJE is not defined, but should be"
#endif
extern
int
e_dep
(
void
);
int
e_obj
(
void
)
{
return
e_dep
();
}