The srfi-98 Reference Manual

This is the srfi-98 Reference Manual, version 20200108, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:57:18 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 srfi-98

SRFI 98: get-environment-variable

Maintainer

CHIBA Masaomi

Author

CHIBA Masaomi

License

Unlicense

Long Description

SRFI 98: An interface to access environment variables.

Version

20200108

Dependency

sb-posix (system).

Source

srfi-98.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 srfi-98/srfi-98.asd

Source

srfi-98.asd.

Parent Component

srfi-98 (system).

ASDF Systems

srfi-98.


3.1.2 srfi-98/package.lisp

Source

srfi-98.asd.

Parent Component

srfi-98 (system).

Packages

3.1.3 srfi-98/srfi-98.lisp

Dependency

package.lisp (file).

Source

srfi-98.asd.

Parent Component

srfi-98 (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 https://github.com/g000001/srfi-98

Source

package.lisp.

Nickname

srfi-98

Used By List

https∶//github.com/g000001/srfi-98#internals.

Public Interface

4.2 https://github.com/g000001/srfi-98#internals

Source

package.lisp.

Use List

5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: get-environment-variable (name)
Package

https∶//github.com/g000001/srfi-98.

Source

srfi-98.lisp.

Function: (setf get-environment-variable) (name)
Package

https∶//github.com/g000001/srfi-98.

Source

srfi-98.lisp.

Function: get-environment-variables ()
Package

https∶//github.com/g000001/srfi-98.

Source

srfi-98.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables