Elektrine lite

← Feed

@MonkderVierte@lemmy.zip

Post #3219256

2026-06-09 09:06 UTC

Where?

Replies (1)

  • @palordrolap@fedia.io 2026-06-09 11:38

    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***.

    Open ##3222404