Hey guys,
I'm new to C and I am trying to find a way to create a file with the following array:
char peer1_0[] = {
0x0c, 0x4c, 0x08, 0x00 };
The original array has a lot more data, but I am just needing a simple example or concept that will help me in the long run. I would try searching but don't know exactly what to search for.
Thanks in advance!