Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
writev.c File Reference
#include "hal/cpu/core.h"
#include "libk/serial.h"
#include "str.h"
#include "vfs/vnode.h"
#include <sys/err_no.h>
#include <sys/fd.h>
#include <sys/syscall.h>

Go to the source code of this file.

Functions

long syscall_writev (int fd, const struct iovec *iov, int iovcnt)
 

Function Documentation

◆ syscall_writev()

long syscall_writev ( int fd,
const struct iovec * iov,
int iovcnt )