private.h 95 B

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