K
Kandy
I allocated some memory with malloc
ligneb[indx]=(short*) malloc ((strlen(buffer)*8)+1);
but know I need to insert the single value inside
ligneb[0] I need to insert all my binary value
How can I increase the position?
How can I jump to any position?
Thank you
ligneb[indx]=(short*) malloc ((strlen(buffer)*8)+1);
but know I need to insert the single value inside
ligneb[0] I need to insert all my binary value
How can I increase the position?
How can I jump to any position?
Thank you