Hacker News new | ask | show | jobs
by yeokm1 2370 days ago
The printf is just for example code.

In actual fact, I'll have to copy the data to a char array to be sent to display in the listbox.

1 comments

Fair enough. I read this quite literally and thought "not exactly":

> hence I need to use those values to copy out from memory to a separate char array for printing purposes. Certainly not so trivial.