potion
0.2
|
PNFile class for unbuffered blocking file descriptor IO. More...
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include <assert.h>
#include "potion.h"
#include "internal.h"
#include "table.h"
Go to the source code of this file.
Typedefs | |
typedef struct PNFile *volatile | pn_file |
Functions | |
void | potion_file_init (Potion *P) |
set Env global More... | |
Variables | |
char ** | environ |
PNFile class for unbuffered blocking file descriptor IO.
Only raw and fast POSIX open,read,write,seek calls on fd. fgets (aka readline) is only supported on stdin via the "read"
method.
buffile
library (PNBufFile) for buffered io via FILE* for fopen, fscanf, fprintf, fread, fgets see there. (c) 2008 why the lucky stiff, the freelance professor
Definition in file file.c.
char** environ |