Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
IO.h File Reference
#include "d_size.h"
#include "../../dlib/dlib.h"
#include "../chain.h"
Include dependency graph for IO.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IORead   0
 
#define IOWrite   1
 
#define IOClose   2
 
#define IOAbort   3
 
#define IOBufLen   8192
 

Variables

const char * AboutSplash
 HTML text for startup screen.
 

Macro Definition Documentation

◆ IOAbort

#define IOAbort   3

Definition at line 14 of file IO.h.

◆ IOBufLen

#define IOBufLen   8192

Definition at line 19 of file IO.h.

◆ IOClose

#define IOClose   2

Definition at line 13 of file IO.h.

◆ IORead

#define IORead   0

Definition at line 11 of file IO.h.

◆ IOWrite

#define IOWrite   1

Definition at line 12 of file IO.h.

Variable Documentation

◆ AboutSplash

const char* AboutSplash
extern

HTML text for startup screen.

Definition at line 18 of file about.c.

Referenced by a_Cache_init().