Join Nostr
2026-05-04 16:48:03 UTC
in reply to

GNU/翠星石 on Nostr: Pi_rat typedef struct { int x, y; } coords; coords x; struct's are kind of cursed - I ...

typedef struct {
int x, y;
} coords;

coords x;

struct's are kind of cursed - I need the specific program to determine if typedef struct, or anonymous struct etc is correct for the use case.