Awesome. libc docs for "a+" fopen mode say it seeks stream to the end…but it actually doesn't until first write. Confusing much?
@headius That's on glibc. On BSD, a+ actually seeks stream to the end. ftell() doesn't return 0 before a write.
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
@headius That's on glibc. On BSD, a+ actually seeks stream to the end. ftell() doesn't return 0 before a write.