One of my C++ function is called by PL1, from PL1 they are passing FIXED DEC type as argument. In C++ i want to receive that, can anyone help me in what is the equilent data type that i hve to use in C++?
I tried char*, int and void*. nothing is giving me proper result.