 |
ios6 - How to convert 0 byte array to string in objective c ...
2013年8月19日 - to create and free 0 length array: char *arr = malloc(0); // do something with arr, actually you cant do much with it free(arr);. to convert null-terminated c ...
stackoverflow.com |
 |