82
82
extern "C" DECLEXPORT(char *) SomeExportFunction2(void *pvBuf)
84
85
return (char *)memcpy(achBss, szStr1, sizeof(szStr1));
88
89
extern "C" DECLEXPORT(char *) SomeExportFunction3(void *pvBuf)
90
92
return (char *)memcpy(achBss, szStr2, strlen(szStr2));