#include
int fnLib()
{
unsigned short x = 3;
unsigned short y = 1;
unsigned short z;
OutputDebugString("test\n");
z = x * y;
return 0;
}
int fnLib2()
{
OutputDebugSt
#include
int fnLib()
{
unsigned short x = 3;
unsigned short y = 1;
unsigned short z;
OutputDebugString("test\n");
z = x * y;
return 0;
}
int fnLib2()
{
OutputDebugSt
/* GLOBAL.H - RSAREF types and constants
*/
/* POINTER defines a generic pointer type */
typedef unsigned char *POINTER;
/* UINT2 defines a two byte word */
typedef unsigned short int UINT2;
/* UI