generalnmx
Playful/Fascist Mod
After creating a Vector implementation for C (no STL), I thought, why the hell don't I also create a Linked List? Well obviously it was harder, but I think they both came out alright, albiet not very optimized.
Attached are my two current "utility" sources. Note that ISysMemFree, ISysMemCopy, ISysMemAllocate, and ISysMemSet are just #define's for free(), memcpy(), malloc(), and memset(), respectively.
Attached as a ZIP.
I plan to make all my code open source, but the rest isn't good enough, so enjoy this for now. I haven't written up a licence or whatever, you're free to use this code and modify it as long as you give me credit for the initial code
Attached are my two current "utility" sources. Note that ISysMemFree, ISysMemCopy, ISysMemAllocate, and ISysMemSet are just #define's for free(), memcpy(), malloc(), and memset(), respectively.
Attached as a ZIP.
I plan to make all my code open source, but the rest isn't good enough, so enjoy this for now. I haven't written up a licence or whatever, you're free to use this code and modify it as long as you give me credit for the initial code