xref: /titanic_41/usr/src/lib/libast/common/man/LIBAST.3 (revision 9e86db79b7d1bbc5f2f04e99954cbd5eae0e22bb)
.fp 5 CW \\f\\$1\\$3\\f\\$2 \} .. .nr ;G \\n(.f .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" .. .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" .. .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" .. .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" ..

0

..

..

LIBAST 3
C 4
NAME
libast - introduction to the ast library
DESCRIPTION
This section describes the AST (AT&T Software Technology) library functions of the libast library. libast serves three major purposes. First, it presents (a subset of) POSIX/ANSI standard headers and interfaces on non-compliant systems. Second, it provides a portable base of routines that implement concepts common to all UNIX system variants. Finally, it is a forum for modern implementations of features present (or lacking) in the standard C libraries. Features better provided by separate libraries are omitted from libast . For example, most terminal driver interface issues are left for special purpose libraries such as curses (3).

The libast related header files are installed in the directories .LR include/ast . Routines that do not advertize their own headers are prototyped in .LR <ast.h> . .L <ast.h> is ANSI, K&R and C++ compatible and includes or defines the equivalent of .LR <limits.h> , .LR <stddef.h> , .LR <stdlib.h> , .LR <sys/types.h> , .L <string.h> and .LR <unistd.h> . Other libraries that depend on libast may also have headers installed in the .L include/ast directories.

FILES
include/ast the ast package header directory
lib/libast.a the libast library
lib/libast-g.a the libast library compiled for debugging
lib/libast-pg.a the libast library compiled for profiling
lib/libast.so.4.0 the libast shared library
"SEE ALSO"
intro(3), intro(2), cc(1)
CAVEATS
The library documentation is still under construction. Yes, some of it has been in this state for 20 years. Thank goodness our commands self-document.