Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
IncludeDirectories
/
SystemIncludeDirectories
/
upstream.h
blob: 3daf69eb6ca332ecf60f59893969dd319f42d381 [
file
]
#ifndef
UPSTREAM_H
#define
UPSTREAM_H
#include
<systemlib.h>
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
upstream
();
#endif