arudradey's picture
download
raw
197 Bytes
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
int main() {
int fd = open("some.file", O_RDWR);
char buffer[100];
read(fd, buffer, 1);
write(fd, "some data", 9);
close(fd);
}

Xet Storage Details

Size:
197 Bytes
·
Xet hash:
0d923e704e3f0694c004d0a190f13c4c4f9358a9c4cfbfe44926563c81869a8d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.