Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/std.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ include::std.defs.adoc[leveloffset=+1]
//-------------------------------------------------------------------
// Body Chapters..
:sectnums:
include::std.introspection.adoc[leveloffset=+1]

//-------------------------------------------------------------------
// Appendices..
Expand Down
21 changes: 21 additions & 0 deletions src/std.defs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,31 @@ and the following apply.
Terms that are used only in a small portion of this document are defined where
they are used and _italicized_ where they are defined.

*application*: A computer program that performs some desired function.

*capability*: An aspect of an overall specification that defines a subset of the
entire specification.

*directory*: A file that contains directory entries.

*file*: An object that can be written to, or read from, or both.

*filename*: A sequence of bytes used to name a file.

*parent directory*: A directory containing a directory entry for the file under
discussion.

*pathname*: A string that is used to identify a file.

*implementation define*: ???


////

(((application)))

[[defns.application,([defns.application])]]
application::
a computer program that performs some desired function.

////
Loading