mstdn.maud.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
The place to express your ❤️ more freely. / あなたの「すき」をもっと自由に書き表すための場所。

Administered by:

Server stats:

344
active users

あと C23 に typeof() 入るんで関数ポインタを返り値にする関数のプロトタイプ宣言がめっちゃ可読性上がったのえらい!!!

```
typeof(int (*)(int, int)) func(int a);
```

可読性がメチャクチャ上がった成果がこれか……?