/** * @file memfs-main.c * * @copyright 2015-2016 Bill Zissimopoulos */ #include int wmain(int argc, wchar_t **argv) { return 0; }