Ok, I'll write a save functions on my own.
I have still one question: I've often written something like this in my source code:
Code:
str_cat(str_create("Test"),str_for_num(NULL,testVar));


But this is wrong, because it allocates memory without a deallocation?
I should use _str() instead of str_create() ?

Last edited by Nicros; 07/26/15 09:59.