Galactic Bloodshed
Functions
files_rw.cc File Reference
#include "gb/files_rw.h"
#include <sys/file.h>
#include <unistd.h>
#include <cstdio>
Include dependency graph for files_rw.cc:

Go to the source code of this file.

Functions

void Fileread (int fd, char *p, int num, int posn)
 
void Filewrite (int fd, char *p, int num, int posn)
 

Function Documentation

◆ Fileread()

void Fileread ( int  fd,
char *  p,
int  num,
int  posn 
)

Definition at line 20 of file files_rw.cc.

◆ Filewrite()

void Filewrite ( int  fd,
char *  p,
int  num,
int  posn 
)

Definition at line 32 of file files_rw.cc.