• palordrolap@fedia.io
    link
    fedilink
    arrow-up
    3
    ·
    10 hours ago

    In the C programming language. Or do you mean which C project specifically? Because as Technus surmises in their response, it’s usually a better idea to set up aliases (typedefs or heck, even #defines) so that you’re offloading some of the mental strain keeping track of the layers, and that’s likely to be what happens in production code.

    But the underlying data type is still T***.