#include <lisp.h>
Public Attributes | |
enum strmtype | type |
union { | |
char * sp | |
FILE * fp | |
} | ptr |
char | lastread [CONTEXTSIZE] |
int | numread |
A stream is just a union of string pointer and file pointer.
|
file pointer |
|
Last read buffer |
|
Amount read into buffer? |
|
|
|
String pointer |
|
Type of stream. |