Earlier quoted context omitted.
Well, it's not a libc (although it seems to contain one).
Well, it seems to wrap one, prefixing the functions with 'tb_'.
And will call them if some libc functions are not supported in the current toolchain.
31–36 of 36 posts
Earlier quoted context omitted.
Well, it's not a libc (although it seems to contain one).
Well, it seems to wrap one, prefixing the functions with 'tb_'.
And will call them if some libc functions are not supported in the current toolchain.
looks interesting. what's the difference between this with glibc/musl/etc.
Nice straight forwardness in this lib - love the async stuff for url downloads/access.. its modern.. its C.. its confusingly normal!
Thought so too, but then I took a look at the code.
looks interesting. what's the difference between this with glibc/musl/etc.
This wins the "Fucking Sweet" award for being hypothetically useful. In reality... not so much.
On the contrary, my opinion of it is very boring but very useful. It's the sort of thing one inevitably ends up with after enough C development, but this looks much more complete than average.