Lots of reserved identifiers in that header. In C, identifiers starting with two underscores, or an underscore and a capital letter, are reserved.<p>So the only safe place to use this is if you're developing a libc and/or a C compiler, or an OS including those.