ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 typedef struct {
  2     Int lines;  /* number of lines */
  3     Int chars;  /* number of characters */
  4     Int zero;   /* number of zeroes discarded */
  5     Int split;  /* number of splits of too long lines */
  6     bool ill;   /* incomplete last line */
  7 } io;
  8 
  9 extern bool io_load P((editbuf*, char*, Int, io*));
 10 extern bool io_save P((editbuf*, char*, Int, Int, int, io*));
 11 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.