Hi, can someone please help me in understanding the argument 'char **ret' in the prototype of asprintf() function?
It is written in the man pages that "asprintf() return a pointer to a buffer sufficiently large to hold the string in the 'ret' argument".
I have a declaration in my program
char **buf;
it gives me a bus error when i run the program.
Will someone Please help me?
regards,
keshav
It is written in the man pages that "asprintf() return a pointer to a buffer sufficiently large to hold the string in the 'ret' argument".
I have a declaration in my program
char **buf;
it gives me a bus error when i run the program.
Will someone Please help me?
regards,
keshav