aboutsummaryrefslogtreecommitdiff
path: root/src/base/io/tell.c
blob: 1c50439395784b4328b5a047bf264ebc443cf46e (plain)
1
2
3
4
5
6
7
#include "internal.h"

long
io·tell(io·Stream *s)
{
    return ftell(s);
}