(adsbygoogle = window.adsbygoogle || []).push({});
Hi,
I want to get the sprx size in memory, but I can't compile or find a right way in the get_prx_info structure, or in the sdk, I do it like that :
sys_prx_module_info_t *prx_info;
prx_info = (sys_prx_module_info_t *)malloc(sizeof *prx_info);
because I saw somebody do it like that, but I can't compile, this is my problem :
You must login or register to view this content. in english that's : This declaration has no class of storage, but I can't understand why... can you help me please ?
Thanks