iobuf.go 302 B

123456
  1. // Copyright ©2021 The star-tex Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package iobuf provides buffered I/O tailored for TeX and DVI semantics.
  5. package iobuf // import "modernc.org/knuth/internal/iobuf"