tee.c\linux\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/linux/tee.c
blob: a24748cfb01d12b735df1e1be1628f828ec9806d (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <fcntl.h>
#include "syscall.h"
ssize_t tee(int src, int dest, size_t len, unsigned flags)
{
	return syscall(SYS_tee, src, dest, len, flags);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 17:48:51 +0000

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