Clang has implemented a good chunk of C11, I would say you can use C11 on OS X, iOS, Linux etc ...
You can even use Clang on Windows if you need (MinGW, Cygwin or compiled with Visual Studio). I'm not sure if you can integrate Clang in VS for example, or if it is possible to access the OS C libraries from Clang.