I have a C file with a char ptr var:
static char *abc;
How could i read it with BMax and print it?
I've tryied
import "file.c"
extern
global abc:string ptr
end extern
print abc
But it says that is impossible to convert from string ptr to string.
static char *abc;
How could i read it with BMax and print it?
I've tryied
import "file.c"
extern
global abc:string ptr
end extern
print abc
But it says that is impossible to convert from string ptr to string.