private.h 85 B

123456
  1. #include "tinyrl/vt100.h"
  2. struct _tinyrl_vt100 {
  3. FILE *istream;
  4. FILE *ostream;
  5. };