Portability Bug in Windows OS for C Programming
I recently made a switch to Emacs and I stumbled upon a "bug" in the Windows OS when it comes to writing portable code in C. I will explain this bug in great detail in this article. Let's first examine the bug. #include <stdio.h> #include <stdlib.h>...