Home
       0199-voidpcast.c - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       0199-voidpcast.c (97B)
       ---
            1 int
            2 casecmp(char *l2)
            3 {
            4         unsigned char *l=(void*)l2;
            5         return 0;
            6 }
            7 
            8 int
            9 main(void)
           10 {
           11         return 0;
           12 }