scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

0067-wcwidth.c (178B)


      1 /*
      2  * TODO: Just a placeholder to remember that our wcwidth()
      3  * is only a mock of the actual implementation.
      4  */
      5 
      6 /*
      7 output:
      8 testing
      9 done
     10 end:
     11 */
     12 
     13 int
     14 main(void)
     15 {
     16 	return 0;
     17 }