muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / ftello.c
blob44a7f523892d935228722d4bb9c354d44c8b21c7
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdio.h>
8 /* FIXME: add autodoc */
9 off_t ftello(FILE *stream)
11 /* TODO: implement ftello() */
12 return ftell(stream);