Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / telldir.c
blob080220f172dfce35410cfb9d281d2bd9ac2b532a
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <dirent.h>
8 long
9 telldir(DIR *dir)
11 return dir->pos;