Nut/OS  4.10.3
API Reference
seek.c File Reference
#include "nut_io.h"
#include <sys/device.h>
#include <sys/nutdebug.h>
#include <fs/fs.h>
#include <errno.h>
Include dependency graph for seek.c:

Go to the source code of this file.

Functions

int _seek (int fd, long offset, int origin)
 Move read/write position of a file.