0067-wcwidth.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
---
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 }