File: textwrap.e

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (10 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
 void set_indent(int n);
 void set_linelen(int n);
 void flush();
 void outc(char c, Boolean preformatted);
 void out(string s, Boolean preformatted);
 void outn(string s, size_t n, Boolean preformatted);
 void outln(char *s, Boolean preformatted);
 void outbreak();
 void inc_indent(void);
 void dec_indent(void);