|
|
|
|
|
by user982
3223 days ago
|
|
Seeing how many variables are declared and used like int *myDictLen = malloc(sizeof(int));
*myDictLen = 0;
I strongly suspect that the author is basically unaware of the & address operator. I would suggest that learning C syntax is a prerequisite to improving it. |
|