AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of FFI in Data Structures
I think in the book, when I'm talking about like the C APIs, it's usually for the FFI like the, like the foreign function interface. Most of the time you just, your code just links to the system C library. But that's not always true because on embedded environments, for example, you sometimes don't have a C library. You can ship your own C library or you see lib which is pretty popular. And so, you might not use any Clibs but keep in mind there's one called malic free and another called musal m U S L mU S L.