__stdio_seek.c\stdio\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/__stdio_seek.c
blob: 326ab9bce48ed38f5f56e059b9312efb0328acbe (plain) (blame)
1
2
3
4
5
6
7
#include "stdio_impl.h"
#include <unistd.h>
off_t __stdio_seek(FILE *f, off_t off, int whence)
{
	return __lseek(f->fd, off, whence);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 20:32:10 +0000

AltStyle によって変換されたページ (->オリジナル) /