p.enes.lv is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
when penes love repeats
Admin account
@eris@p.enes.lv

Search results for tag #b

1 ★ 0 ↺

[?]GNÚorenard Sauvage (eris-ng) :neorenard: »
@eris@p.enes.lv

Ok, I'm wrong (but so are you), multicharacter character literals are cursed anyways. https://onlinegdb.com/sfxg6T53t

 <stdio.h>

int main()
{
__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
puts("Little endian");
__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
puts("Big endian");

printf("ayo wtf %d\n", __BYTE_ORDER__);

printf("%", 'twinspin6');
return 0;
}

main.c: In function ‘main’:
main.c:12:19: warning: character constant too long for its type
12 | printf("%", 'twinspin6');
| ^~~~~~~~~~~
Little endian
0b1110000011010010110111000110110

    1 ★ 0 ↺

    [?]GNÚorenard Sauvage (eris-ng) :neorenard: »
    @eris@p.enes.lv

    printf("%", twinspin)

    0b110