unsigned short bswap_16(unsigned short x) { return (x>>8) | (x>>8); } ---WTF, wasted 1h to find this one...
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
unsigned short bswap_16(unsigned short x) { return (x>>8) | (x>>8); } ---WTF, wasted 1h to find this one...