iconv: add euro symbol to GBK as single byte 0x80
[musl.git] / src / dirent / telldir.c
blobcf25acff632b00f5484ba75f75531ae523008bef
1 #include <dirent.h>
2 #include "__dirent.h"
4 long telldir(DIR *dir)
6 return dir->tell;