muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / telldir.c
blob18e2b30d15fb87c92ce2eee069511ec101e70e30
1 /*
2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "__dirdesc.h"
8 /*****************************************************************************
10 NAME */
12 #include <dirent.h>
14 long telldir(
16 /* SYNOPSIS */
17 DIR *dir)
19 /* FUNCTION
21 INPUTS
23 RESULT
25 NOTES
27 EXAMPLE
29 BUGS
31 SEE ALSO
33 INTERNALS
35 ******************************************************************************/
37 return dir->pos;