With everything going around us – this is what 2020 feels like. 🙁
// Livelock == an infinite loop that
// means the program is frozen
#define FROZEN while(1)
// in hell, there are demons with pitchforks
#define HELL fork();
FROZEN HELL
With everything going around us – this is what 2020 feels like. 🙁
// Livelock == an infinite loop that
// means the program is frozen
#define FROZEN while(1)
// in hell, there are demons with pitchforks
#define HELL fork();
FROZEN HELL