The trivial-raw-io Reference Manual

This is the trivial-raw-io Reference Manual, version 0.0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:08:42 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 trivial-raw-io

Helpers for doing raw POSIX I/O

Maintainer

Brit Butler <>

Author

Brit Butler <>

License

BSD

Version

0.0.2

Dependencies
  • alexandria (system).
  • sb-posix (system).
Source

trivial-raw-io.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 trivial-raw-io/src

Source

trivial-raw-io.asd.

Parent Component

trivial-raw-io (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 trivial-raw-io/trivial-raw-io.asd

Source

trivial-raw-io.asd.

Parent Component

trivial-raw-io (system).

ASDF Systems

trivial-raw-io.


4.1.2 trivial-raw-io/src/packages.lisp

Source

trivial-raw-io.asd.

Parent Component

src (module).

Packages

trivial-raw-io.


4.1.3 trivial-raw-io/src/raw-io.lisp

Dependency

packages.lisp (file).

Source

trivial-raw-io.asd.

Parent Component

src (module).

Public Interface

5 Packages

Packages are listed by definition order.


5.1 trivial-raw-io

Source

packages.lisp.

Use List

common-lisp.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Macros

Macro: with-raw-io ((&key vmin vtime) &body body)

Execute BODY without echoing input IO actions.

Package

trivial-raw-io.

Source

raw-io.lisp.


6.1.2 Ordinary functions

Function: read-char (&optional stream eof-error-p eof-value recursive-p)

Read a single character without echoing it from stream STREAM.

Package

trivial-raw-io.

Source

raw-io.lisp.

Function: read-line (&optional stream eof-error-p eof-value recursive-p)

Read a line without echoing it from stream STREAM.

Package

trivial-raw-io.

Source

raw-io.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables