I want to make this variable an array using calloc, but I am not allowed to allocate space for the type node. My calloc call currently looks like this and does not work: ...
I'm trying to write a multiplayer game, and have set up a struct to hold my packet data. This struct is about 140 bytes in size, and sometimes doesn't send all in one go. Does anyone know how to type ...