Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
bef8d2d4e709191a4d4beced8c2cbb748e35f516
/
.
/
test
/
cc_shared_library
/
lib.h
blob: d5d3cd6ca8edc6433f641fc4dd63cfa065eaf03a [
file
]
#include
<stdint.h>
#ifdef
_WIN32
#define
DllExport
__declspec
(
dllexport
)
#else
#define
DllExport
#endif
DllExport
int32_t
foo
();