|
|
1.1 root 1: #ifndef SILO_H
2: #define SILO_H
3: /*
4: * Raw Character Silo.
5: */
6:
7: #define SI_BUFSIZ 256 /* Silo buffer size */
8:
9: typedef struct silo {
10: unsigned char si_ix;
11: unsigned char si_ox;
12: unsigned char si_buf[SI_BUFSIZ];
13: } silo_t;
14: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.