On Thu, Dec 17, 2009 at 5:32 AM, Alberto Monteiro
<albm...@centroin.com.br>wrote:

>
> <joke critic>
> The code is wrong:
>
>      void Cthulhu
>      (int Ia) {
>      if (Ia/10)
>      Cthulhu (IA/10);
>      putchar // ftagn!
>        (Ia % 10 + '0');
>      } // neblod zin!
>
> // is a comment in C++ and, by the arcane magic known as backwards
> compatibility, crept into C compilers
> </joke critic>
>

// comments are part of the C99 standard.  (C1899 in this case, I suppose)

-bryon
_______________________________________________
http://mccmedia.com/mailman/listinfo/brin-l_mccmedia.com

Reply via email to