Sign in
chromium
/
native_client
/
nacl-bionic
/
034ebed9f16ce0cafb7e8746884cc910b6e097d0
/
.
/
newtests
/
other.c
blob: 7e9f512867480efe93f616d11cedad4a2474d920 [
file
] [
log
] [
blame
]
#include
"share_info.h"
void
InitOther
()
{
}
info_t
*
GetOtherInfo
()
{
static
info_t
share
;
SetData
(&
share
);
return
&
share
;
}