File nut/crt/tell.c
Included Files
#include "nut/crt/nut_io.h"
#include <nut/include/sys/types.h>
#include <nut/include/stdio.h>
#include <stdarg.h>
#include <nut/include/sys/device.h>
#include <nut/include/fs/fs.h>
#include <nut/include/errno.h>
Global Function _tell()
long _tell ( int fd )
Called by:
ftell()
nut/crt/ftell.c