I have a character pointer , char *buf;
I have a array of integers , int console_buffer[256];
I need to copy the console_buffer contents to character buf.
How do I do this? The buf and console_buffer are part of different structures.
I have a character pointer , char *buf; I have a array of integers
Share
Going by your comment,