On Mon, Sep 23, 2013 at 10:18:27AM +0200, Sven Eckelmann wrote:
On Monday 23 September 2013 09:03:42 Antonio Quartulli wrote:
-#include <stdio.h>
#include <stdint.h>
+#include <stdio.h>
why is it important to move stdio.h below stdint.h ? Is there a particular reason for that?
No, just an artifact of the work on the includes. But now it is an alphabetical order (at least these two items)... so it is extremely important :D
lol, ok!