▲ | bluGill 2 days ago | |||||||
Thanks, first I've heard of them and they happen to solve a real problem I'm working on today. Always nice when you can learn something new... | ||||||||
▲ | lelanthran 2 days ago | parent [-] | |||||||
> Thanks, first I've heard of them and they happen to solve a real problem I'm working on today. Always nice when you can learn something new... You don't really need to, TBH. I pretty much always wrote a malloc-memory `sprintf` alternative if the system didn't have one. it's only a few lines of code, that'll take maybe 10m of your day the first time you realise `sprintf` on the platform doesn't exist. Here is a sample from more recently: https://github.com/lelanthran/libds/blob/b5289f6437b30139d42... | ||||||||
|