File: ZLibConst.pas

package info (click to toggle)
boost1.81 1.81.0-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 533,256 kB
  • sloc: cpp: 3,740,548; xml: 126,155; ansic: 34,463; python: 24,526; asm: 5,257; sh: 4,695; ada: 1,681; makefile: 1,626; perl: 1,212; pascal: 1,139; yacc: 478; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (11 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (179)
1
2
3
4
5
6
7
8
9
10
11
unit ZLibConst;

interface

resourcestring
  sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  sInvalidStreamOp = 'Invalid stream operation';

implementation

end.