Searched defs:Stream_s (Results 1 – 1 of 1) sorted by relevance
193 typedef struct Stream_s /* input file stream stack */ struct195 Stdio_t* fp; /* read stream */196 char* file; /* stream path */197 unsigned long line; /* stream line */198 int flags; /* stream flags */