101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

496
active users

наб

what was in the air in 1997 bro
/* define the boolean values in a general and
* portable way.
*/
TRUE
TRUE (0 || !(0))
FALSE
FALSE (!(TRUE))
/* typedef enum { false = FALSE, true = TRUE } bool; */

/* some other names for true and false */
YES TRUE
NO FALSE

GOOD TRUE
WRONG FALSE

OK
OK TRUE
BAD FALSE

SOME TRUE
NONE FALSE