There is no 0b prefix in C11
There is no 0b prefix in C11
Posted Sep 30, 2014 7:47 UTC (Tue) by stefanct (guest, #89200)Parent article: Little things that matter in language design
The standard allows for compiler-defined extensions (in C99 too btw) and gcc supports a 0b binary prefix, but it is not mandatory and '0b' is not even mentioned explicitly in the standard (at least in the last draft).